diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6419a9cd2bf..a17bc489d88 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,7 +10,7 @@ # /Resources/Textures/ @leonardo-dabepis # No write access # /Resources/DeltaV/Textures/ @leonardo-dabepis # /Resources/Nyanotrasen/Textures/ @leonardo-dabepis -# /Resources/Maps/ @IamVelcroboy -# /Resources/Prototypes/Maps/ @IamVelcroboy +/Resources/Maps/ @IamVelcroboy +/Resources/Prototypes/Maps/ @IamVelcroboy /Tools/ @DebugOk diff --git a/Content.Server/Nyanotrasen/Item/ShockCollar/ShockCollarSystem.cs b/Content.Server/Nyanotrasen/Item/ShockCollar/ShockCollarSystem.cs index d6bba3b0d76..0390bc19db7 100644 --- a/Content.Server/Nyanotrasen/Item/ShockCollar/ShockCollarSystem.cs +++ b/Content.Server/Nyanotrasen/Item/ShockCollar/ShockCollarSystem.cs @@ -1,4 +1,5 @@ using Content.Shared.Mobs.Components; +using Content.Shared.Timing; using Content.Server.Explosion.EntitySystems; // Why is trigger under explosions by the way? Even doors already use it. using Content.Server.Electrocution; using Robust.Shared.Containers; @@ -9,6 +10,8 @@ public sealed partial class ShockCollarSystem : EntitySystem { [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly ElectrocutionSystem _electrocutionSystem = default!; + [Dependency] private readonly UseDelaySystem _useDelay = default!; + public override void Initialize() { base.Initialize(); @@ -25,6 +28,13 @@ private void OnTrigger(EntityUid uid, ShockCollarComponent component, TriggerEve if (!HasComp(containerEnt)) // If it's not a mob we don't care return; + // DeltaV: prevent clocks from instantly killing people + TryComp(uid, out var useDelay); + if (_useDelay.ActiveDelay(uid, useDelay)) + return; + + _useDelay.BeginDelay(uid, useDelay); + _electrocutionSystem.TryDoElectrocution(containerEnt, null, 5, TimeSpan.FromSeconds(2), true); } } diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 718d290d092..7fa3af3c5ff 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1345,3 +1345,15 @@ Entries: message: Atmos hopefully shouldn't break anymore id: 201 time: '2024-01-07T22:10:36.0000000+00:00' +- author: Bribrooo + changes: + - type: Add + message: 'added a ChemVend inside of Chemistry on Pebble Station ' + id: 202 + time: '2024-01-11T06:14:27.0000000+00:00' +- author: Adrian + changes: + - type: Tweak + message: Shoukou has maintenance now in logistics and in security + id: 203 + time: '2024-01-12T22:08:47.0000000+00:00' diff --git a/Resources/Maps/pebble.yml b/Resources/Maps/pebble.yml index cc12ef1310a..3983e8568d9 100644 --- a/Resources/Maps/pebble.yml +++ b/Resources/Maps/pebble.yml @@ -6,59 +6,59 @@ tilemap: 7: FloorAsteroidSand 8: FloorAsteroidSandDug 10: FloorAsteroidSandUnvariantized - 12: FloorBar - 13: FloorBasalt - 15: FloorBlueCircuit - 17: FloorBrokenWood - 23: FloorClown - 27: FloorDark - 28: FloorDarkDiagonal - 29: FloorDarkDiagonalMini - 32: FloorDarkMono - 33: FloorDarkOffset - 36: FloorDarkPlastic - 38: FloorDirt - 39: FloorEighties - 42: FloorFreezer - 43: FloorGlass - 52: FloorGreenCircuit - 53: FloorGym - 56: FloorHydro - 58: FloorKitchen - 60: FloorLino - 62: FloorMetalDiamond - 63: FloorMime - 65: FloorMiningDark - 67: FloorMono - 72: FloorPlanetGrass - 73: FloorPlastic - 74: FloorRGlass - 75: FloorReinforced - 77: FloorRockVault - 78: FloorShowroom - 87: FloorSteel - 91: FloorSteelDamaged - 92: FloorSteelDiagonal - 94: FloorSteelDirty - 95: FloorSteelHerringbone - 97: FloorSteelMono - 98: FloorSteelOffset - 99: FloorSteelPavement - 101: FloorTechMaint - 102: FloorTechMaint2 - 103: FloorTechMaint3 - 105: FloorWhite - 106: FloorWhiteDiagonal - 107: FloorWhiteDiagonalMini - 109: FloorWhiteMini - 110: FloorWhiteMono - 111: FloorWhiteOffset - 115: FloorWood - 116: FloorWoodTile - 117: Lattice - 118: Plating - 120: PlatingBurnt - 121: PlatingDamaged + 14: FloorBar + 15: FloorBasalt + 18: FloorBlueCircuit + 20: FloorBrokenWood + 26: FloorClown + 30: FloorDark + 31: FloorDarkDiagonal + 32: FloorDarkDiagonalMini + 35: FloorDarkMono + 36: FloorDarkOffset + 39: FloorDarkPlastic + 41: FloorDirt + 42: FloorEighties + 45: FloorFreezer + 46: FloorGlass + 55: FloorGreenCircuit + 56: FloorGym + 59: FloorHydro + 61: FloorKitchen + 63: FloorLino + 65: FloorMetalDiamond + 66: FloorMime + 68: FloorMiningDark + 70: FloorMono + 75: FloorPlanetGrass + 76: FloorPlastic + 77: FloorRGlass + 78: FloorReinforced + 80: FloorRockVault + 81: FloorShowroom + 90: FloorSteel + 94: FloorSteelDamaged + 95: FloorSteelDiagonal + 97: FloorSteelDirty + 98: FloorSteelHerringbone + 101: FloorSteelMono + 102: FloorSteelOffset + 103: FloorSteelPavement + 105: FloorTechMaint + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 109: FloorWhite + 110: FloorWhiteDiagonal + 111: FloorWhiteDiagonalMini + 113: FloorWhiteMini + 114: FloorWhiteMono + 115: FloorWhiteOffset + 119: FloorWood + 120: FloorWoodTile + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged entities: - proto: "" entities: @@ -85,151 +85,151 @@ entities: - chunks: -1,-1: ind: -1,-1 - tiles: VwAAAAABVwAAAAABdgAAAAAAXAAAAAACXAAAAAABZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAACVwAAAAABdgAAAAAAXAAAAAAAXAAAAAADdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZgAAAAAAVwAAAAABVwAAAAAASwAAAAAAXAAAAAAAXAAAAAABdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPwAAAAAAVwAAAAAAVwAAAAADYQAAAAADXAAAAAACXAAAAAABdgAAAAAAcwAAAAACcwAAAAACcwAAAAACcwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAJwAAAAAAJwAAAAAAPwAAAAAAVwAAAAADVwAAAAABYQAAAAACXAAAAAADXAAAAAADdgAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAADdgAAAAAAdgAAAAAAdgAAAAAAJwAAAAAAJwAAAAAAPwAAAAAAVwAAAAADVwAAAAACSwAAAAAAXAAAAAADXAAAAAAAdgAAAAAAcwAAAAACcwAAAAADdgAAAAAAcwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAABXAAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAcwAAAAADcwAAAAADcwAAAAABdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAYQAAAAAAYQAAAAABdgAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAABcwAAAAABdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAIQAAAAAAIQAAAAAAGwAAAAADXAAAAAAAXAAAAAADdgAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAADcwAAAAAAcwAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAXAAAAAACXAAAAAABdgAAAAAAZQAAAAAAdgAAAAAAYQAAAAACYQAAAAABYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAXAAAAAADdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAVwAAAAACYQAAAAAAXAAAAAABXAAAAAAAXAAAAAABYQAAAAAAYgAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADVwAAAAACYQAAAAADXAAAAAAAXAAAAAAAXAAAAAABYQAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAABVwAAAAADYQAAAAACXAAAAAACXAAAAAACXAAAAAAAYQAAAAAAYgAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAACdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAXAAAAAADXAAAAAACdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAOgAAAAAAdgAAAAAADAAAAAABDAAAAAABDAAAAAAB + tiles: WgAAAAABWgAAAAABegAAAAAAXwAAAAACXwAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAXwAAAAAAXwAAAAADegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAWgAAAAABWgAAAAAATgAAAAAAXwAAAAAAXwAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAQgAAAAAAWgAAAAAAWgAAAAADZQAAAAADXwAAAAACXwAAAAABegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAQgAAAAAAWgAAAAADWgAAAAABZQAAAAACXwAAAAADXwAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAQgAAAAAAWgAAAAADWgAAAAACTgAAAAAAXwAAAAADXwAAAAAAegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAJAAAAAAAJAAAAAAAegAAAAAAZQAAAAAAZQAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAACdwAAAAABdwAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAJAAAAAAAJAAAAAAAHgAAAAADXwAAAAAAXwAAAAADegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAJAAAAAAAJAAAAAAAegAAAAAAXwAAAAACXwAAAAABegAAAAAAaQAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAADegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWgAAAAACZQAAAAAAXwAAAAABXwAAAAAAXwAAAAABZQAAAAAAZgAAAAAAXwAAAAAAXwAAAAABXwAAAAABXwAAAAAAXwAAAAADXwAAAAAAXwAAAAADXwAAAAAAXwAAAAADWgAAAAACZQAAAAADXwAAAAAAXwAAAAAAXwAAAAABZQAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAADXwAAAAADXwAAAAADXwAAAAABXwAAAAABXwAAAAADXwAAAAABWgAAAAADZQAAAAACXwAAAAACXwAAAAACXwAAAAAAZQAAAAAAZgAAAAAAXwAAAAAAXwAAAAABXwAAAAABXwAAAAACXwAAAAACXwAAAAAAXwAAAAAAXwAAAAACXwAAAAACegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAACegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAagAAAAAAXwAAAAADXwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAAB version: 6 0,-1: ind: 0,-1 - tiles: dgAAAAAAdgAAAAAAZgAAAAAAXAAAAAAAXAAAAAADXAAAAAACVwAAAAABVwAAAAAAVwAAAAABVwAAAAADVwAAAAACVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAXAAAAAABXAAAAAABdgAAAAAAVwAAAAADVwAAAAABdgAAAAAAVwAAAAADVwAAAAADdgAAAAAAGwAAAAADGwAAAAACGwAAAAABFwAAAAAAFwAAAAAAdgAAAAAAXAAAAAABXAAAAAABXAAAAAADdgAAAAAAVwAAAAABVwAAAAAAdgAAAAAAVwAAAAABVwAAAAACVwAAAAAAGwAAAAACGwAAAAADGwAAAAAAPwAAAAAAFwAAAAAAZQAAAAAAXAAAAAACXAAAAAABXAAAAAAAVwAAAAADVwAAAAABVwAAAAAAVwAAAAABVwAAAAABVwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPwAAAAAAFwAAAAAAdgAAAAAAXAAAAAADXAAAAAABXAAAAAACVwAAAAADVwAAAAAAVwAAAAADVwAAAAADVwAAAAABVwAAAAADZgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAACXAAAAAADdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAXAAAAAACXAAAAAAAXAAAAAADdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAPgAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAXAAAAAABXAAAAAACXAAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAYQAAAAABYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAXAAAAAABcwAAAAABcwAAAAAAcwAAAAACcwAAAAAAcwAAAAACdgAAAAAAdAAAAAACdAAAAAAAdgAAAAAATgAAAAAAdgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAXAAAAAAAXAAAAAABdgAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAAAdAAAAAABdAAAAAADdAAAAAADTgAAAAAATgAAAAAAdgAAAAAAXAAAAAAAYgAAAAAAYQAAAAABXAAAAAAAXAAAAAADYQAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAACdgAAAAAAdAAAAAACdAAAAAAAdgAAAAAATgAAAAAAdgAAAAAAXAAAAAACXAAAAAAAYQAAAAAAXAAAAAACXAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAYgAAAAAAYQAAAAACXAAAAAABXAAAAAACdgAAAAAAGwAAAAAAGwAAAAAASwAAAAAASwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAXAAAAAAAXAAAAAABdgAAAAAAGwAAAAAAGwAAAAAASwAAAAAASwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAADYQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAA + tiles: egAAAAAAegAAAAAAagAAAAAAXwAAAAAAXwAAAAADXwAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAABXwAAAAABegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAADWgAAAAADegAAAAAAHgAAAAADHgAAAAACHgAAAAABGgAAAAAAGgAAAAAAegAAAAAAXwAAAAABXwAAAAABXwAAAAADegAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAHgAAAAACHgAAAAADHgAAAAAAQgAAAAAAGgAAAAAAaQAAAAAAXwAAAAACXwAAAAABXwAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAQgAAAAAAGgAAAAAAegAAAAAAXwAAAAADXwAAAAABXwAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAACXwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXwAAAAACXwAAAAAAXwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXwAAAAABXwAAAAACXwAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACegAAAAAAeAAAAAACeAAAAAAAegAAAAAAUQAAAAAAegAAAAAAZgAAAAAAZgAAAAAAegAAAAAAXwAAAAAAXwAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAeAAAAAABeAAAAAADeAAAAAADUQAAAAAAUQAAAAAAegAAAAAAXwAAAAAAZgAAAAAAZQAAAAABXwAAAAAAXwAAAAADZQAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAACegAAAAAAeAAAAAACeAAAAAAAegAAAAAAUQAAAAAAegAAAAAAXwAAAAACXwAAAAAAZQAAAAAAXwAAAAACXwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAAAZgAAAAAAZQAAAAACXwAAAAABXwAAAAACegAAAAAAHgAAAAAAHgAAAAAATgAAAAAATgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAXwAAAAAAXwAAAAABegAAAAAAHgAAAAAAHgAAAAAATgAAAAAATgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAADZQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: dgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAKgAAAAAAKgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAACYQAAAAABdgAAAAAAdgAAAAAAdgAAAAAAKgAAAAAAKgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAABXAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAKgAAAAAAKgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAaQAAAAADaQAAAAAAdgAAAAAAXAAAAAADXAAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAaQAAAAACaQAAAAACdgAAAAAAXAAAAAAAXAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAaQAAAAAAaQAAAAACdgAAAAAAXAAAAAABXAAAAAABZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAaQAAAAADdgAAAAAAdgAAAAAAXAAAAAABXAAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAABdgAAAAAAXAAAAAADXAAAAAAAXAAAAAACdgAAAAAAZgAAAAAAdgAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAABaQAAAAACaQAAAAADXAAAAAAAXAAAAAABXAAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAADOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAGwAAAAACaQAAAAABaQAAAAADXAAAAAADXAAAAAABXAAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAGwAAAAAAaQAAAAACdgAAAAAAXAAAAAACXAAAAAABXAAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAACaQAAAAADdgAAAAAAdgAAAAAAYQAAAAADYQAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAACaQAAAAABdgAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADYQAAAAACXAAAAAADXAAAAAAAXAAAAAAAaQAAAAADaQAAAAABdgAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAADYQAAAAABXAAAAAAAXAAAAAAAXAAAAAACaQAAAAADaQAAAAADdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACdgAAAAAASwAAAAAAZQAAAAAASwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAASwAAAAAAcwAAAAABcwAAAAADSwAAAAAAdgAAAAAAdgAAAAAAYQAAAAACYQAAAAACYQAAAAAB + tiles: egAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAABegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAADegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAbQAAAAADbQAAAAAAegAAAAAAXwAAAAADXwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAbQAAAAACbQAAAAACegAAAAAAXwAAAAAAXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAbQAAAAAAbQAAAAACegAAAAAAXwAAAAABXwAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAbQAAAAADegAAAAAAegAAAAAAXwAAAAABXwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAXwAAAAADXwAAAAAAXwAAAAACegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAABbQAAAAACbQAAAAADXwAAAAAAXwAAAAABXwAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAHgAAAAACbQAAAAABbQAAAAADXwAAAAADXwAAAAABXwAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAHgAAAAAAbQAAAAACegAAAAAAXwAAAAACXwAAAAABXwAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAACbQAAAAADegAAAAAAegAAAAAAZQAAAAADZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAABegAAAAAAXwAAAAACXwAAAAABXwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAACXwAAAAAAXwAAAAADZQAAAAACXwAAAAADXwAAAAAAXwAAAAAAbQAAAAADbQAAAAABegAAAAAAXwAAAAAAXwAAAAAAXwAAAAABXwAAAAAAXwAAAAADXwAAAAAAXwAAAAABXwAAAAABXwAAAAADZQAAAAABXwAAAAAAXwAAAAAAXwAAAAACbQAAAAADbQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAAAXwAAAAADXwAAAAACegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAADTgAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAAB version: 6 -2,0: ind: -2,0 - tiles: SwAAAAAAVwAAAAABKwAAAAAAKwAAAAAAKwAAAAAAVwAAAAACVwAAAAABVwAAAAAAVwAAAAABdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAVwAAAAABVwAAAAABVwAAAAADVwAAAAACVwAAAAACVwAAAAABVwAAAAABVwAAAAADZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAAAYQAAAAABSgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAADdgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAABdgAAAAAAaQAAAAACaQAAAAAAAAAAAAAAAAAAAAAASgAAAAAAVwAAAAABVwAAAAACKwAAAAAAVwAAAAACVwAAAAABdgAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAABdgAAAAAAaQAAAAADaQAAAAAAAAAAAAAAAAAAAAAASgAAAAAAVwAAAAAAKwAAAAAAVwAAAAAAVwAAAAABVwAAAAABdgAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAABaQAAAAADaQAAAAACaQAAAAADSgAAAAAASgAAAAAAdgAAAAAAVwAAAAAAKwAAAAAAVwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAAASgAAAAAASgAAAAAAQwAAAAAAXAAAAAABXAAAAAAAXAAAAAAAdgAAAAAAagAAAAACagAAAAACagAAAAADagAAAAACdgAAAAAAaQAAAAADaQAAAAABaQAAAAABaQAAAAADSgAAAAAASgAAAAAAdgAAAAAAXwAAAAACXAAAAAACXwAAAAACdgAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAADaQAAAAAAaQAAAAADagAAAAAAagAAAAACagAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAXwAAAAAAXAAAAAABXwAAAAAAdgAAAAAAagAAAAACawAAAAADawAAAAACagAAAAACdgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAABAAAAAAAAAAAAAAAASgAAAAAAXAAAAAABXAAAAAABXAAAAAAAdgAAAAAAagAAAAAAagAAAAAAagAAAAACagAAAAACdgAAAAAAaQAAAAAAaQAAAAAAdgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAASgAAAAAAVwAAAAACKwAAAAAAVwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAABaQAAAAADdgAAAAAAaQAAAAABAAAAAAAAdQAAAAAAdgAAAAAAVwAAAAACKwAAAAAAVwAAAAAAVwAAAAACdgAAAAAAaQAAAAAAaQAAAAADaQAAAAADdgAAAAAAaQAAAAACaQAAAAAAdgAAAAAAaQAAAAABSgAAAAAASgAAAAAAdgAAAAAAVwAAAAAAVwAAAAACKwAAAAAAVwAAAAAAdgAAAAAAaQAAAAABaQAAAAACaQAAAAACaQAAAAACaQAAAAADaQAAAAACaQAAAAAAaQAAAAADSgAAAAAASgAAAAAAQwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAaQAAAAAAaQAAAAAAaQAAAAADdgAAAAAAaQAAAAABaQAAAAACdgAAAAAAaQAAAAACSgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAACdgAAAAAAdgAAAAAA + tiles: TgAAAAAAWgAAAAABLgAAAAAALgAAAAAALgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAcQAAAAABcQAAAAAAcQAAAAADcQAAAAABegAAAAAAbQAAAAACbQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAWgAAAAABWgAAAAACLgAAAAAAWgAAAAACWgAAAAABegAAAAAAcQAAAAADcQAAAAADcQAAAAACcQAAAAABegAAAAAAbQAAAAADbQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAWgAAAAAALgAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAcQAAAAACcQAAAAACcQAAAAABcQAAAAABbQAAAAADbQAAAAACbQAAAAADTQAAAAAATQAAAAAAegAAAAAAWgAAAAAALgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAATQAAAAAATQAAAAAARgAAAAAAXwAAAAABXwAAAAAAXwAAAAAAegAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAACegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAADTQAAAAAATQAAAAAAegAAAAAAYgAAAAACXwAAAAACYgAAAAACegAAAAAAbgAAAAAAbwAAAAAAbwAAAAABbgAAAAADbQAAAAAAbQAAAAADbgAAAAAAbgAAAAACbgAAAAAAAAAAAAAAeQAAAAAAegAAAAAAYgAAAAAAXwAAAAABYgAAAAAAegAAAAAAbgAAAAACbwAAAAADbwAAAAACbgAAAAACegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABAAAAAAAAAAAAAAAATQAAAAAAXwAAAAABXwAAAAABXwAAAAAAegAAAAAAbgAAAAAAbgAAAAAAbgAAAAACbgAAAAACegAAAAAAbQAAAAAAbQAAAAAAegAAAAAAbQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAWgAAAAACLgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAABAAAAAAAAeQAAAAAAegAAAAAAWgAAAAACLgAAAAAAWgAAAAAAWgAAAAACegAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAACbQAAAAAAegAAAAAAbQAAAAABTQAAAAAATQAAAAAAegAAAAAAWgAAAAAAWgAAAAACLgAAAAAAWgAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADTQAAAAAATQAAAAAARgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAACegAAAAAAbQAAAAACTQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAdgAAAAAAYQAAAAAAYQAAAAACYQAAAAAAYQAAAAACVwAAAAADVwAAAAAAVwAAAAACVwAAAAADYQAAAAABVwAAAAACVwAAAAADVwAAAAABVwAAAAACVwAAAAACAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAABVwAAAAACVwAAAAADVwAAAAAAVwAAAAACAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAVwAAAAADVwAAAAADVwAAAAAAVwAAAAACVwAAAAACAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAVwAAAAABVwAAAAAAVwAAAAACVwAAAAACVwAAAAADAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAVwAAAAACVwAAAAAAVwAAAAADVwAAAAAAVwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAACVwAAAAACVwAAAAABVwAAAAAAdgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAdgAAAAAAZQAAAAAAVwAAAAAAVwAAAAAAVwAAAAACVwAAAAAAVwAAAAACVwAAAAABVwAAAAADVwAAAAABVwAAAAADdgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAAAIQAAAAAASwAAAAAAVwAAAAABKwAAAAAAKwAAAAAAKwAAAAAAVwAAAAAAVwAAAAAAVwAAAAADVwAAAAADVwAAAAACJAAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAZQAAAAAAVwAAAAACVwAAAAAAVwAAAAABVwAAAAACVwAAAAADVwAAAAABVwAAAAACVwAAAAABVwAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAVwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAACVwAAAAABVwAAAAAAVwAAAAACdgAAAAAAdgAAAAAAIAAAAAAAGwAAAAAAdgAAAAAAdgAAAAAASAAAAAAASQAAAAACXAAAAAABXAAAAAADKwAAAAAAKwAAAAAAKwAAAAAAXAAAAAADXAAAAAADVwAAAAACYQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAYQAAAAAAVwAAAAAASAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAABKwAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAADYQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAYQAAAAAAVwAAAAADSAAAAAABSQAAAAADXAAAAAABXAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAXAAAAAACXAAAAAADVwAAAAABYQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAYQAAAAABVwAAAAABdgAAAAAAVwAAAAACVwAAAAACVwAAAAAAVwAAAAACVwAAAAADVwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAZQAAAAAAVwAAAAABVwAAAAACVwAAAAADVwAAAAABVwAAAAABVwAAAAAAVwAAAAACVwAAAAABdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAA + tiles: AAAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAAAZQAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADZQAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAaQAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADegAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAJAAAAAAATgAAAAAAWgAAAAABLgAAAAAALgAAAAAALgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACJwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAaQAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAIwAAAAAAHgAAAAAAegAAAAAAegAAAAAASwAAAAAATAAAAAACXwAAAAABXwAAAAADLgAAAAAALgAAAAAALgAAAAAAXwAAAAADXwAAAAADWgAAAAACZQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAZQAAAAAAWgAAAAAASwAAAAABXwAAAAACXwAAAAAAXwAAAAADXwAAAAABLgAAAAAAXwAAAAACXwAAAAADXwAAAAAAXwAAAAADZQAAAAACJAAAAAAAJAAAAAAAJAAAAAAAZQAAAAAAWgAAAAADSwAAAAABTAAAAAADXwAAAAABXwAAAAAALgAAAAAALgAAAAAALgAAAAAAXwAAAAACXwAAAAADWgAAAAABZQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAZQAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAA version: 6 0,0: ind: 0,0 - tiles: OgAAAAAAdgAAAAAAXAAAAAAAXAAAAAAAXAAAAAACYQAAAAAAGwAAAAAAKwAAAAAAKwAAAAAAGwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAOgAAAAAAdgAAAAAAXAAAAAABXAAAAAAAXAAAAAABdgAAAAAAGwAAAAAAKwAAAAAAKwAAAAAAGwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAXAAAAAABXAAAAAABXAAAAAACdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAdgAAAAAAYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAABdgAAAAAAGwAAAAADGwAAAAADGwAAAAACdgAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACYQAAAAAAGwAAAAABGwAAAAABGwAAAAABdgAAAAAAcwAAAAADcwAAAAACcwAAAAABcwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAABdgAAAAAAGwAAAAABGwAAAAABGwAAAAAAZQAAAAAAcwAAAAACcwAAAAACcwAAAAACcwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAXAAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAABXAAAAAACdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAADXAAAAAACdgAAAAAAYgAAAAAAYgAAAAAAQwAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZgAAAAAAdgAAAAAAXAAAAAABXAAAAAADYQAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAZgAAAAAAZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAABdgAAAAAAdgAAAAAAYQAAAAAAYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAABdgAAAAAAVwAAAAACVwAAAAACVwAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAABZQAAAAAAVwAAAAACVwAAAAABVwAAAAADdgAAAAAASwAAAAAAZQAAAAAASwAAAAAAdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAVwAAAAADVwAAAAABdgAAAAAAVwAAAAABVwAAAAABVwAAAAABYQAAAAAAYQAAAAACYQAAAAADYQAAAAADdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAVwAAAAABdgAAAAAAPgAAAAAAVwAAAAACVwAAAAAB + tiles: PQAAAAAAegAAAAAAXwAAAAAAXwAAAAAAXwAAAAACZQAAAAAAHgAAAAAALgAAAAAALgAAAAAAHgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAPQAAAAAAegAAAAAAXwAAAAABXwAAAAAAXwAAAAABegAAAAAAHgAAAAAALgAAAAAALgAAAAAAHgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAABXwAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAADegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAXwAAAAABXwAAAAABXwAAAAAAXwAAAAABegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAABXwAAAAAAXwAAAAACZQAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAAAXwAAAAACXwAAAAABegAAAAAAHgAAAAABHgAAAAABHgAAAAAAaQAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAACegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAACegAAAAAAZgAAAAAAZgAAAAAARgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAADagAAAAAAegAAAAAAXwAAAAABXwAAAAADZQAAAAABZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAagAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAABegAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAABXwAAAAADXwAAAAACXwAAAAADXwAAAAAAXwAAAAABXwAAAAAAXwAAAAACXwAAAAABXwAAAAACXwAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAABXwAAAAAAXwAAAAADXwAAAAAAXwAAAAADXwAAAAADXwAAAAACXwAAAAADXwAAAAACXwAAAAABXwAAAAABXwAAAAABXwAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAABWgAAAAABZQAAAAAAZQAAAAACZQAAAAADZQAAAAADegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAQQAAAAAAWgAAAAACWgAAAAAB version: 6 -2,1: ind: -2,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAGwAAAAABGwAAAAACGwAAAAAAdgAAAAAAGwAAAAADGwAAAAADGwAAAAADdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAWwAAAAAAdgAAAAAAZQAAAAAAWwAAAAAAGwAAAAADGwAAAAACGwAAAAADdgAAAAAAGwAAAAADGwAAAAABGwAAAAADdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAWwAAAAAAeQAAAAAAZQAAAAAAZgAAAAAAGwAAAAABGwAAAAADGwAAAAADdgAAAAAAGwAAAAABGwAAAAABGwAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAWwAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAAAGwAAAAABGwAAAAADdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAADcwAAAAADcwAAAAACdgAAAAAAGwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASgAAAAAASgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAACcwAAAAAAcwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAAAcwAAAAAAcwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAAAaQAAAAADaQAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAABaQAAAAAAaQAAAAABXgAAAAAAdgAAAAAAXgAAAAAAHAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAACaQAAAAABaQAAAAAAXgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAABaQAAAAACaQAAAAACXgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAAAegAAAAAAaQAAAAAAXgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAAAfQAAAAAAaQAAAAAAagAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAADPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAADPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABbQAAAAAAbQAAAAABYQAAAAAAegAAAAAAYQAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACbQAAAAABbQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABbQAAAAACbQAAAAACYQAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: dgAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABGwAAAAAASwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASwAAAAAAdgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAABBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAcwAAAAADdgAAAAAABwAAAAACBwAAAAACBwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAcwAAAAADcwAAAAAAcwAAAAACdgAAAAAABwAAAAABCAAAAAAABwAAAAABPgAAAAAAPgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAcwAAAAACcwAAAAACdgAAAAAABwAAAAAABwAAAAABBwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAdgAAAAAAdgAAAAAA + tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAABBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAABwAAAAACBwAAAAACBwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACegAAAAAABwAAAAABCAAAAAAABwAAAAABQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAfQAAAAAAdwAAAAACdwAAAAACegAAAAAABwAAAAAABwAAAAABBwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAegAAAAAAegAAAAAA version: 6 -1,1: ind: -1,1 - tiles: dgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAABcwAAAAABcwAAAAAAdgAAAAAAYQAAAAADYQAAAAAAYQAAAAACdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAZgAAAAAAcwAAAAABcwAAAAAAcwAAAAADcwAAAAAAcwAAAAADcwAAAAACdgAAAAAAYQAAAAABYQAAAAADYQAAAAACdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAcwAAAAACHAAAAAACcwAAAAABcwAAAAABHAAAAAADcwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABHQAAAAAASwAAAAAASwAAAAAAHQAAAAABZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAAAcwAAAAACIAAAAAAAIAAAAAACcwAAAAACcwAAAAABHQAAAAAASwAAAAAASwAAAAAAHQAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAcwAAAAADcwAAAAACIAAAAAAAIAAAAAABcwAAAAABcwAAAAAAHQAAAAAASwAAAAAASwAAAAAAHQAAAAADPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAACcwAAAAABcwAAAAAAcwAAAAABIAAAAAADIAAAAAACcwAAAAABcwAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAAAcwAAAAACcwAAAAACcwAAAAABcwAAAAABcwAAAAABcwAAAAABcwAAAAADdgAAAAAAbgAAAAACbgAAAAABbgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAADcwAAAAABQwAAAAAAagAAAAABagAAAAADagAAAAABZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAdgAAAAAAdgAAAAAAagAAAAAAagAAAAADagAAAAACdgAAAAAAZgAAAAAAdgAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAADdgAAAAAAaQAAAAADaQAAAAABaQAAAAABaQAAAAACdgAAAAAAagAAAAABagAAAAAAagAAAAACdgAAAAAAdgAAAAAAdgAAAAAAcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAdgAAAAAAaQAAAAAAaQAAAAACaQAAAAAAaQAAAAADbgAAAAAAagAAAAACagAAAAAAagAAAAADdgAAAAAAdgAAAAAAdgAAAAAAcwAAAAAAcwAAAAADcwAAAAADcwAAAAACdgAAAAAAaQAAAAADaQAAAAAAaQAAAAADaQAAAAABbgAAAAACagAAAAADagAAAAACagAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAADaQAAAAABaQAAAAABaQAAAAABdgAAAAAAagAAAAACagAAAAADagAAAAABdgAAAAAAYQAAAAABYQAAAAAAYQAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAbgAAAAADbgAAAAADdgAAAAAAdgAAAAAAagAAAAACagAAAAABagAAAAAAdgAAAAAAYQAAAAABYQAAAAAAYQAAAAACXgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAADagAAAAADagAAAAAAagAAAAAA + tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAagAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAZQAAAAABZQAAAAADZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAdwAAAAACHwAAAAACdwAAAAABdwAAAAABHwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABIAAAAAAATgAAAAAATgAAAAAAIAAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACIwAAAAAAIwAAAAACdwAAAAACdwAAAAABIAAAAAAATgAAAAAATgAAAAAAIAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACIwAAAAAAIwAAAAABdwAAAAABdwAAAAAAIAAAAAAATgAAAAAATgAAAAAAIAAAAAADQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAABIwAAAAADIwAAAAACdwAAAAABdwAAAAAAegAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAADegAAAAAAcgAAAAACcgAAAAABcgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAABRgAAAAAAbgAAAAABbgAAAAADbgAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAAegAAAAAAegAAAAAAbgAAAAAAbgAAAAADbgAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACegAAAAAAbgAAAAABbgAAAAAAbgAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADcgAAAAAAbgAAAAACbgAAAAAAbgAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABcgAAAAACbgAAAAADbgAAAAACbgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAABegAAAAAAbgAAAAACbgAAAAADbgAAAAABegAAAAAAZQAAAAABZQAAAAAAZQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAcgAAAAADcgAAAAADegAAAAAAegAAAAAAbgAAAAACbgAAAAABbgAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACYQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAADbgAAAAADbgAAAAAAbgAAAAAA version: 6 0,1: ind: 0,1 - tiles: YQAAAAADYQAAAAAAYQAAAAABYQAAAAAAdgAAAAAAYgAAAAAAIAAAAAABIAAAAAABYgAAAAAAZQAAAAAAdgAAAAAAVwAAAAABVwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAADYQAAAAACYQAAAAABYQAAAAABdgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAYgAAAAAASwAAAAAAVwAAAAABVwAAAAADVwAAAAACVwAAAAADVwAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAACVwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAQwAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAABdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAVwAAAAABVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAdgAAAAAAcwAAAAACHAAAAAACHAAAAAAAcwAAAAAAdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAACdgAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAADdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAVwAAAAABVwAAAAADVwAAAAABVwAAAAABVwAAAAADVwAAAAADHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAADGwAAAAAASwAAAAAAZQAAAAAAZQAAAAAAQwAAAAAAIQAAAAAAHAAAAAABHAAAAAAAHAAAAAACIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABSwAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAHAAAAAACHAAAAAABHAAAAAACIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAABGwAAAAADGwAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAABaQAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: ZQAAAAADZQAAAAAAZQAAAAABZQAAAAAAegAAAAAAZgAAAAAAIwAAAAABIwAAAAABZgAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAABZQAAAAABegAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAZgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAIAAAAAAARgAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAABegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAAAegAAAAAAdwAAAAACHwAAAAACHwAAAAAAdwAAAAAAegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADIAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAATgAAAAAAaQAAAAAAaQAAAAAARgAAAAAAJAAAAAAAHwAAAAABHwAAAAAAHwAAAAACJAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAJAAAAAAAHwAAAAACHwAAAAABHwAAAAACJAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAARgAAAAAARgAAAAAARgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAARgAAAAAARgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: dQAAAAAAdgAAAAAAPAAAAAAAcwAAAAABcwAAAAACdgAAAAAAdgAAAAAAKgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAPAAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAABcwAAAAABdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAPAAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAADcwAAAAACdgAAAAAAcwAAAAAAcwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAPAAAAAAAcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAdgAAAAAAcwAAAAADcwAAAAABdgAAAAAAZQAAAAAAZQAAAAAAGwAAAAACGwAAAAAABwAAAAABAAAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAGwAAAAABGwAAAAABGwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAAdgAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAADdgAAAAAAZQAAAAAAGwAAAAACGwAAAAADGwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACdgAAAAAAGwAAAAACVwAAAAABVwAAAAACGwAAAAABdgAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAAdgAAAAAAGwAAAAABVwAAAAADVwAAAAABGwAAAAABdgAAAAAAGwAAAAABGwAAAAABVwAAAAAAVwAAAAABdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAAAdgAAAAAAGwAAAAAAVwAAAAACVwAAAAADGwAAAAABdgAAAAAAGwAAAAAAVwAAAAABVwAAAAADVwAAAAAANAAAAAAANAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAABVwAAAAAAVwAAAAABGwAAAAAAdgAAAAAAGwAAAAACVwAAAAACVwAAAAADVwAAAAADNAAAAAAANAAAAAAAdgAAAAAAXAAAAAADXAAAAAADXAAAAAABdgAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAABdgAAAAAAGwAAAAABVwAAAAABVwAAAAACVwAAAAACGwAAAAACGwAAAAABZQAAAAAAXAAAAAAAXAAAAAADXAAAAAABdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAACdgAAAAAAdgAAAAAAGwAAAAADGwAAAAADVwAAAAADVwAAAAAAGwAAAAABGwAAAAADdgAAAAAAXAAAAAAAXAAAAAACXAAAAAAAdgAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAACdgAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAXAAAAAAAXAAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAABdQAAAAAAdQAAAAAAdgAAAAAAXAAAAAAAXAAAAAACXAAAAAABdgAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACdgAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAACXAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAA + tiles: eQAAAAAAegAAAAAAPwAAAAAAdwAAAAABdwAAAAACegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAPwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAPwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAdwAAAAADdwAAAAABegAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAAABwAAAAABAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAHgAAAAABHgAAAAABHgAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADegAAAAAAaQAAAAAAHgAAAAACHgAAAAADHgAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACegAAAAAAHgAAAAACWgAAAAABWgAAAAACHgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAAegAAAAAAHgAAAAABWgAAAAADWgAAAAABHgAAAAABegAAAAAAHgAAAAABHgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAAegAAAAAAHgAAAAAAWgAAAAACWgAAAAADHgAAAAABegAAAAAAHgAAAAAAWgAAAAABWgAAAAADWgAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABWgAAAAAAWgAAAAABHgAAAAAAegAAAAAAHgAAAAACWgAAAAACWgAAAAADWgAAAAADNwAAAAAANwAAAAAAegAAAAAAXwAAAAADXwAAAAADXwAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAHgAAAAABWgAAAAABWgAAAAACWgAAAAACHgAAAAACHgAAAAABaQAAAAAAXwAAAAAAXwAAAAADXwAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAADWgAAAAADWgAAAAAAHgAAAAABHgAAAAADegAAAAAAXwAAAAAAXwAAAAACXwAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAAAXwAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABeQAAAAAAeQAAAAAAegAAAAAAXwAAAAAAXwAAAAACXwAAAAABegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: dQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAJgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAACZQAAAAAAZQAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAAAGwAAAAACZQAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAABGwAAAAADZQAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAVwAAAAACVwAAAAACdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAABGwAAAAADGwAAAAACdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAVwAAAAAAVwAAAAABdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAADGwAAAAAAdgAAAAAAdgAAAAAAXAAAAAABdgAAAAAAdgAAAAAAPAAAAAAAdgAAAAAAVwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAGwAAAAADZQAAAAAAVwAAAAACVwAAAAABGwAAAAABdgAAAAAAXAAAAAACXAAAAAAAXAAAAAADdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAADVwAAAAADVwAAAAACdgAAAAAAGwAAAAADZQAAAAAAVwAAAAADVwAAAAAAGwAAAAAAdgAAAAAAXAAAAAADXAAAAAACXAAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAVwAAAAACVwAAAAAAVwAAAAACdgAAAAAAGwAAAAACZQAAAAAAVwAAAAAAGwAAAAADGwAAAAACdgAAAAAAXAAAAAAAXAAAAAADXAAAAAABdgAAAAAAVwAAAAABVwAAAAACVwAAAAABVwAAAAACVwAAAAACdgAAAAAAGwAAAAACdgAAAAAAGwAAAAADGwAAAAACGwAAAAACdgAAAAAAXAAAAAABXAAAAAAAXAAAAAACdgAAAAAAVwAAAAADVwAAAAAAVwAAAAAAVwAAAAABVwAAAAACVwAAAAAAVwAAAAAAVwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAABXAAAAAADXAAAAAAAXAAAAAADdgAAAAAAVwAAAAABVwAAAAAAVwAAAAACVwAAAAADVwAAAAAAVwAAAAABVwAAAAADVwAAAAACGwAAAAABGwAAAAABGwAAAAADdgAAAAAAXAAAAAACXAAAAAABXAAAAAAAdgAAAAAAVwAAAAAAVwAAAAABVwAAAAACVwAAAAAAVwAAAAADVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYQAAAAABYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAABVwAAAAACVwAAAAABVwAAAAACVwAAAAACVwAAAAAB + tiles: eQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAHgAAAAACaQAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAHgAAAAAAHgAAAAACaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAHgAAAAABHgAAAAADaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABHgAAAAADHgAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADHgAAAAAAegAAAAAAegAAAAAAXwAAAAABegAAAAAAegAAAAAAPwAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADaQAAAAAAWgAAAAACWgAAAAABHgAAAAABegAAAAAAXwAAAAACXwAAAAAAXwAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAHgAAAAADaQAAAAAAWgAAAAADWgAAAAAAHgAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAHgAAAAACaQAAAAAAWgAAAAAAHgAAAAADHgAAAAACegAAAAAAXwAAAAAAXwAAAAADXwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAXwAAAAABXwAAAAAAXwAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABXwAAAAADXwAAAAAAXwAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAACHgAAAAABHgAAAAABHgAAAAADegAAAAAAXwAAAAACXwAAAAABXwAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAB version: 6 -2,-2: ind: -2,-2 - tiles: PgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdQAAAAAABwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAABwAAAAACBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAABwAAAAACBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAABwAAAAAAdgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAACYwAAAAAAYwAAAAADYwAAAAACdgAAAAAAdgAAAAAABwAAAAAABwAAAAABdgAAAAAAdgAAAAAABwAAAAACBwAAAAAAdgAAAAAAYQAAAAACYQAAAAACYQAAAAACdgAAAAAAYwAAAAADYwAAAAABYwAAAAABYwAAAAACdgAAAAAABwAAAAACBwAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAAAdgAAAAAAYQAAAAABYQAAAAAAYQAAAAABdgAAAAAAYwAAAAABYwAAAAABYwAAAAABYwAAAAACdgAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAABwAAAAACdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYwAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAYQAAAAABYQAAAAADYQAAAAABYQAAAAACYQAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAYQAAAAADYQAAAAABYQAAAAABYQAAAAADdgAAAAAAVwAAAAAAVwAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAYQAAAAAAYQAAAAABYQAAAAADdgAAAAAAdgAAAAAAYQAAAAAAYQAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAYQAAAAABYQAAAAABYQAAAAACdgAAAAAAYgAAAAAAKwAAAAAAYQAAAAACYgAAAAAAdgAAAAAAdAAAAAAAKwAAAAAAKwAAAAAAdAAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAYQAAAAACYQAAAAABYQAAAAAAdgAAAAAAYgAAAAAAYQAAAAAAKwAAAAAAYgAAAAAAdgAAAAAAdAAAAAAAKwAAAAAAKwAAAAAAdAAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAYQAAAAADYQAAAAAAYQAAAAAAYQAAAAACYgAAAAAAKwAAAAAAYQAAAAAAYgAAAAAAYQAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdgAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYgAAAAAAYQAAAAABKwAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAYQAAAAACYQAAAAAAYQAAAAABdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYQAAAAADVwAAAAACVwAAAAACVwAAAAAAVwAAAAAAVwAAAAAA + tiles: QQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAeQAAAAAABwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAACBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAACBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAACZwAAAAAAZwAAAAADZwAAAAACegAAAAAAegAAAAAABwAAAAAABwAAAAABegAAAAAAegAAAAAABwAAAAACBwAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAACegAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAACegAAAAAABwAAAAACBwAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAABegAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACegAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAABwAAAAACeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAADZQAAAAABZQAAAAACZQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAADegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAADegAAAAAAegAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAABZQAAAAACegAAAAAAZgAAAAAALgAAAAAAZQAAAAACZgAAAAAAegAAAAAAeAAAAAAALgAAAAAALgAAAAAAeAAAAAAAegAAAAAAeQAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAAAegAAAAAAZgAAAAAAZQAAAAAALgAAAAAAZgAAAAAAegAAAAAAeAAAAAAALgAAAAAALgAAAAAAeAAAAAAAegAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAACZgAAAAAALgAAAAAAZQAAAAAAZgAAAAAAZQAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZgAAAAAAZQAAAAABLgAAAAAAZgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAZQAAAAACZQAAAAAAZQAAAAABegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZQAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdgAAAAAAPAAAAAAAcwAAAAABdgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAdgAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAPwAAAAAAdwAAAAABegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: dgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABJgAAAAACJgAAAAAAJgAAAAACdgAAAAAAdgAAAAAABwAAAAACBwAAAAACdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAABwAAAAABBwAAAAACdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAdgAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAABwAAAAABBwAAAAABdgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACCAAAAAAABwAAAAAABwAAAAACVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAABwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAABwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAABwAAAAACBwAAAAABBwAAAAAAdgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAdgAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAACBwAAAAABVwAAAAAAVwAAAAAAVwAAAAAABwAAAAACBwAAAAABBwAAAAACdgAAAAAAdgAAAAAAKgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABdgAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACHAAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAABdgAAAAAAHAAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAAdgAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAACdgAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAACBwAAAAABCAAAAAAACAAAAAAACAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAABCAAAAAAACAAAAAAABwAAAAAACAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABKQAAAAACKQAAAAAAKQAAAAACegAAAAAAegAAAAAABwAAAAACBwAAAAACegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAABwAAAAABBwAAAAACegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAABwAAAAABBwAAAAABegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACCAAAAAAABwAAAAAABwAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAABwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAABwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAABwAAAAACBwAAAAABBwAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAACBwAAAAABWgAAAAAAWgAAAAAAWgAAAAAABwAAAAACBwAAAAABBwAAAAACegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAABegAAAAAAHwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAABwAAAAACBwAAAAABCAAAAAAACAAAAAAACAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAABwAAAAABCAAAAAAACAAAAAAABwAAAAAACAAAAAAA version: 6 1,0: ind: 1,0 - tiles: VwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAdgAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAVwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAdgAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAVwAAAAAAYQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAYQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAABdgAAAAAAGwAAAAACGwAAAAAAGwAAAAACZQAAAAAAdgAAAAAAdAAAAAADdAAAAAABdAAAAAACdAAAAAADdAAAAAADdgAAAAAATgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAGwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAABdAAAAAACTgAAAAAATgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAdgAAAAAAGwAAAAABGwAAAAACGwAAAAAAZQAAAAAAdgAAAAAAdAAAAAACdAAAAAAAdAAAAAACdgAAAAAAdgAAAAAAdgAAAAAATgAAAAAAdgAAAAAAdgAAAAAAVwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdAAAAAADdAAAAAABdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: WgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAZQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAHgAAAAACHgAAAAAAHgAAAAACaQAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADeAAAAAADegAAAAAAUQAAAAAAegAAAAAAegAAAAAAWgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAABeAAAAAACUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAaQAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,1: ind: 1,1 - tiles: VwAAAAABVwAAAAACVwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAVwAAAAADVwAAAAAAVwAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAADVwAAAAAAVwAAAAACZQAAAAAAZQAAAAAAPgAAAAAAZQAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAcwAAAAABVwAAAAABVwAAAAABdgAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAVwAAAAABVwAAAAABdgAAAAAAVwAAAAADVwAAAAACdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAVwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAVwAAAAAAdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAcwAAAAADdgAAAAAAdgAAAAAAdgAAAAAADwAAAAAADwAAAAAAdgAAAAAAVwAAAAACPgAAAAAAdgAAAAAAPgAAAAAAVwAAAAADdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAcwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAADPgAAAAAAdgAAAAAAPgAAAAAAVwAAAAADdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAACPgAAAAAAdgAAAAAAPgAAAAAAVwAAAAABdgAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAVwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAVwAAAAABdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAA + tiles: WgAAAAABWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAdwAAAAABWgAAAAABWgAAAAABegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAADWgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAAWgAAAAACQQAAAAAAegAAAAAAQQAAAAAAWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADQQAAAAAAegAAAAAAQQAAAAAAWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACQQAAAAAAegAAAAAAQQAAAAAAWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAA version: 6 0,2: ind: 0,2 - tiles: aQAAAAADaQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaQAAAAABaQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAANAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAdgAAAAAANAAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAeAAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAAADwAAAAAAdgAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAABBwAAAAACDwAAAAAAdgAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAACdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: bQAAAAADbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAANwAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAAAfAAAAAAAegAAAAAAfAAAAAAAfAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAAAEgAAAAAAegAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAAAfAAAAAAAfAAAAAAABwAAAAAABwAAAAABBwAAAAACEgAAAAAAegAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: QwAAAAAAYQAAAAABZwAAAAACYQAAAAAAdgAAAAAAbwAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAABbwAAAAAAbgAAAAAAagAAAAACagAAAAADagAAAAACdgAAAAAAYQAAAAAAYQAAAAAAYQAAAAABdgAAAAAAbwAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAABHAAAAAABbwAAAAAAdgAAAAAAagAAAAACagAAAAABagAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAbwAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAbwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAAdgAAAAAAbwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAADbwAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAQwAAAAAASwAAAAAASwAAAAAASwAAAAAAdgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAdgAAAAAAIQAAAAAANAAAAAAANAAAAAAAdgAAAAAASwAAAAAASwAAAAAASwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADwAAAAAAVwAAAAABVwAAAAAAVwAAAAAADwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAANAAAAAAANAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABdgAAAAAADwAAAAAAVwAAAAAAVwAAAAADVwAAAAACVwAAAAADVwAAAAADDwAAAAAAdgAAAAAAYQAAAAACYQAAAAADYQAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABdgAAAAAADwAAAAAAVwAAAAABVwAAAAACVwAAAAAAVwAAAAABVwAAAAAADwAAAAAAQwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAQwAAAAAAdgAAAAAAQwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAABdgAAAAAANAAAAAAANAAAAAAAGwAAAAABNAAAAAAAGwAAAAABNAAAAAAANAAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAAAdgAAAAAAGwAAAAADGwAAAAACGwAAAAACNAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAdgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACdgAAAAAANAAAAAAANAAAAAAAGwAAAAACNAAAAAAAGwAAAAABNAAAAAAANAAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAAAdgAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAACdgAAAAAABwAAAAABBwAAAAABBwAAAAABdQAAAAAABwAAAAABBwAAAAAABwAAAAACdgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAdgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACdgAAAAAAdgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAACBwAAAAAC + tiles: RgAAAAAAZQAAAAABawAAAAACZQAAAAAAegAAAAAAcwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABcwAAAAAAcgAAAAAAbgAAAAACbgAAAAADbgAAAAACegAAAAAAZQAAAAAAZQAAAAAAZQAAAAABegAAAAAAcwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAABcwAAAAAAegAAAAAAbgAAAAACbgAAAAABbgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAcwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAcwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAcwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADcwAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAARgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAegAAAAAAJAAAAAAANwAAAAAANwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABegAAAAAAEgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADEgAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABegAAAAAAEgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAEgAAAAAARgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAAegAAAAAARgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAABegAAAAAANwAAAAAANwAAAAAAHgAAAAABNwAAAAAAHgAAAAABNwAAAAAANwAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACNwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACegAAAAAANwAAAAAANwAAAAAAHgAAAAACNwAAAAAAHgAAAAABNwAAAAAANwAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACegAAAAAABwAAAAABBwAAAAABBwAAAAABeQAAAAAABwAAAAABBwAAAAAABwAAAAACegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAAC version: 6 1,2: ind: 1,2 - tiles: dgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAACdgAAAAAABwAAAAAABwAAAAACBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAACdgAAAAAABwAAAAAACAAAAAAABwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACCAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACDQAAAAAADQAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABDQAAAAAADQAAAAAADQAAAAAAAAAAAAAACAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAAADQAAAAAADQAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACDQAAAAAADQAAAAAADQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAACegAAAAAABwAAAAAABwAAAAACBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACegAAAAAABwAAAAAACAAAAAAABwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACCAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACDwAAAAAADwAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABDwAAAAAADwAAAAAADwAAAAAAAAAAAAAACAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACDwAAAAAADwAAAAAADwAAAAAA version: 6 2,1: ind: 2,1 - tiles: dgAAAAAAdgAAAAAAZgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAdgAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAdgAAAAAAcwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAdgAAAAAAdgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcwAAAAAAdgAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAEQAAAAAAcwAAAAAAcwAAAAAAcwAAAAADdgAAAAAAcwAAAAABcwAAAAACdgAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAcwAAAAAAdgAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAcwAAAAACEQAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAcwAAAAACcwAAAAAAcwAAAAABcwAAAAABdgAAAAAAcwAAAAADcwAAAAACdgAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAcwAAAAAAcwAAAAAAdgAAAAAAcwAAAAACdgAAAAAAcwAAAAADcwAAAAACdgAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAACcwAAAAADEQAAAAAAcwAAAAACdgAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAegAAAAAAdwAAAAABPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAdwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAAAeQAAAAAALgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAACegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAdwAAAAACFAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAADdwAAAAACegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAdwAAAAAAdwAAAAAAegAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAACegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAADFAAAAAAAdwAAAAACegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 - tiles: dgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAZQAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAKwAAAAAAZQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAALgAAAAAAeQAAAAAALgAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAALgAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: XgAAAAAAXgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdgAAAAAAZQAAAAAAYQAAAAADXgAAAAAAXgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAZQAAAAAAYQAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAZQAAAAAAYQAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAZQAAAAAAYQAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAZQAAAAAAYQAAAAADBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YQAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAZQAAAAADYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAZQAAAAADBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAZQAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAaQAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAA version: 6 -3,0: ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAZQAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAASgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAaQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAC version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABdgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAABwAAAAACdgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACdgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAACdgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABdgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACdgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAABdgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABegAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAABwAAAAACegAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACegAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAACegAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAABegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAA version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACdgAAAAAANQAAAAADNQAAAAADNQAAAAACNQAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAdgAAAAAANQAAAAAANQAAAAADNQAAAAAANQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAABCAAAAAAABwAAAAABBwAAAAABdgAAAAAANQAAAAABNQAAAAABNQAAAAABNQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABdgAAAAAANQAAAAABNQAAAAACNQAAAAADNQAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACegAAAAAAOAAAAAADOAAAAAADOAAAAAACOAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAegAAAAAAOAAAAAAAOAAAAAADOAAAAAAAOAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAABCAAAAAAABwAAAAABBwAAAAABegAAAAAAOAAAAAABOAAAAAABOAAAAAABOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABegAAAAAAOAAAAAABOAAAAAACOAAAAAADOAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: BwAAAAAABwAAAAABBwAAAAAACgAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAABBwAAAAAACgAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAARAAAAAAARAAAAAAARAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAARAAAAAAARAAAAAAARAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAARAAAAAAARAAAAAAARAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAABBwAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAAAdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACBwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAABBwAAAAABdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAADQAAAAAABwAAAAABBwAAAAAABwAAAAABdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAAABwAAAAACdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAABBwAAAAAAdgAAAAAAdgAAAAAAdQAAAAAABwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAADQAAAAAABwAAAAACBwAAAAACBwAAAAAAdgAAAAAAdgAAAAAAdQAAAAAABwAAAAABBwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAADQAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdQAAAAAABwAAAAABBwAAAAABBwAAAAAADQAAAAAADQAAAAAADQAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAACAAAAAAAdgAAAAAAdgAAAAAAdQAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAABBwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAAAegAAAAAAegAAAAAAeQAAAAAABwAAAAACBwAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACegAAAAAAegAAAAAAeQAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAABBwAAAAABegAAAAAAegAAAAAAeQAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAABwAAAAABBwAAAAAABwAAAAABegAAAAAAegAAAAAAeQAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAACegAAAAAAegAAAAAAeQAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAABBwAAAAAAegAAAAAAegAAAAAAeQAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAABwAAAAACBwAAAAACBwAAAAAAegAAAAAAegAAAAAAeQAAAAAABwAAAAABBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAeQAAAAAABwAAAAABBwAAAAABBwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAACAAAAAAAegAAAAAAegAAAAAAeQAAAAAA version: 6 -1,3: ind: -1,3 - tiles: BwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABCAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAABwAAAAABBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABCAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAABwAAAAABBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,3: ind: -2,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAASwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,0: ind: 3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAKwAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAKwAAAAAASwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAASwAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAKwAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAALgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAALgAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: dQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: BwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACCAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCgAAAAAABwAAAAAABwAAAAACBwAAAAACCgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABCgAAAAAACgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACCgAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACCAAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACCAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCgAAAAAABwAAAAAABwAAAAACBwAAAAACCgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABCgAAAAAACgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACCgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 @@ -241,15 +241,15 @@ entities: version: 6 3,1: ind: 3,1 - tiles: dQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAKwAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAASwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAALgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,4: ind: -2,4 - tiles: AAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAKwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,4: ind: -1,4 - tiles: SwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,3: ind: 0,3 @@ -261,7 +261,7 @@ entities: version: 6 1,3: ind: 1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -1780,16 +1780,16 @@ entities: color: '#FFFFFFFF' id: Dirt decals: - 2150: 34.042126,-25.012278 - 2151: 33.981354,-24.986235 - 2152: 33.97267,-24.517485 - 2153: 33.96399,-24.005333 - 2154: 34.050808,-23.371653 - 2155: 33.226,-24.77444 - 2156: 33.269413,-25.607775 - 2157: 32.2536,-25.954996 - 2158: 32.522747,-25.0609 - 2159: 32.73112,-23.915066 + 2067: 34.042126,-25.012278 + 2068: 33.981354,-24.986235 + 2069: 33.97267,-24.517485 + 2070: 33.96399,-24.005333 + 2071: 34.050808,-23.371653 + 2072: 33.226,-24.77444 + 2073: 33.269413,-25.607775 + 2074: 32.2536,-25.954996 + 2075: 32.522747,-25.0609 + 2076: 32.73112,-23.915066 - node: color: '#FFFFFFFF' id: DirtHeavy @@ -2974,11 +2974,11 @@ entities: color: '#FFFFFFFF' id: Rock07 decals: - 2145: 34.059795,-25.497591 - 2146: 33.72987,-25.575716 - 2147: 33.63437,-25.45419 - 2148: 33.825375,-25.254536 - 2149: 34.051113,-25.350021 + 2062: 34.059795,-25.497591 + 2063: 33.72987,-25.575716 + 2064: 33.63437,-25.45419 + 2065: 33.825375,-25.254536 + 2066: 34.051113,-25.350021 - node: color: '#4766D6D6' id: Rust @@ -3388,50 +3388,50 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2133: 34.373898,-30.94792 + 2050: 34.373898,-30.94792 - node: cleanable: True angle: -0.4014257279586958 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2137: 34.198574,-21.879633 - 2138: 34.41574,-20.639322 - 2139: 34.89326,-19.979599 + 2054: 34.198574,-21.879633 + 2055: 34.41574,-20.639322 + 2056: 34.89326,-19.979599 - node: cleanable: True angle: -0.3141592653589793 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2140: 35.118996,-19.35439 + 2057: 35.118996,-19.35439 - node: cleanable: True angle: -0.2617993877991494 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2143: 35.157677,-17.216322 + 2060: 35.157677,-17.216322 - node: cleanable: True angle: -0.13962634015954636 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2144: 35.148994,-16.38299 + 2061: 35.148994,-16.38299 - node: angle: -0.12217304763960307 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2132: 34.01793,-31.984425 + 2049: 34.01793,-31.984425 - node: cleanable: True angle: -0.08726646259971647 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2141: 35.13636,-18.64659 + 2058: 35.13636,-18.64659 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -3445,8 +3445,8 @@ entities: 1745: 19,0 1746: 20,0 1926: 17,-8 - 2129: 33.97903,-34.293705 - 2130: 34.03529,-33.633984 + 2046: 33.97903,-34.293705 + 2047: 34.03529,-33.633984 - node: zIndex: 1 color: '#FFFFFFFF' @@ -3464,27 +3464,27 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2136: 33.981518,-23.6715 + 2053: 33.981518,-23.6715 - node: cleanable: True angle: 0.15707963267948966 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2142: 34.98403,-17.737156 + 2059: 34.98403,-17.737156 - node: angle: 0.2617993877991494 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2131: 33.852966,-32.81051 + 2048: 33.852966,-32.81051 - node: angle: 0.5759586531581288 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2134: 33.809555,-34.960224 - 2135: 33.721054,-24.713167 + 2051: 33.809555,-34.960224 + 2052: 33.721054,-24.713167 - node: color: '#9D9D97FF' id: WoodTrimThinLineW @@ -3556,45 +3556,45 @@ entities: color: '#A09DAFFF' id: shortline decals: - 2093: 34.800472,-20.761982 - 2094: 34.253494,-20.631775 - 2095: 34.63551,-20.970316 - 2096: 34.097218,-20.822746 + 2010: 34.800472,-20.761982 + 2011: 34.253494,-20.631775 + 2012: 34.63551,-20.970316 + 2013: 34.097218,-20.822746 - node: zIndex: 2 angle: -0.4363323129985824 rad color: '#A09DAFFF' id: shortline decals: - 2081: 35.173805,-20.086166 - 2082: 34.56605,-20.025402 - 2091: 35.00016,-20.41476 - 2092: 34.401093,-20.371357 - 2097: 34.47055,-21.282816 - 2098: 33.91489,-21.126566 + 2006: 35.173805,-20.086166 + 2007: 34.56605,-20.025402 + 2008: 35.00016,-20.41476 + 2009: 34.401093,-20.371357 + 2014: 34.47055,-21.282816 + 2015: 33.91489,-21.126566 - node: zIndex: 2 angle: -0.2617993877991494 rad color: '#A09DAFFF' id: shortline decals: - 2079: 35.30404,-19.738945 - 2080: 34.687603,-19.686861 - 2099: 34.331635,-21.638718 - 2100: 33.79334,-21.49983 + 2004: 35.30404,-19.738945 + 2005: 34.687603,-19.686861 + 2016: 34.331635,-21.638718 + 2017: 33.79334,-21.49983 - node: zIndex: 2 color: '#A09DAFFF' id: shortline decals: - 2101: 34.27954,-21.994621 - 2102: 33.741245,-21.873093 - 2103: 33.741245,-22.207142 - 2104: 34.288223,-22.31131 - 2105: 34.296906,-22.597767 - 2106: 34.296906,-22.8061 - 2107: 34.296906,-23.031796 - 2108: 34.31427,-23.231447 + 2018: 34.27954,-21.994621 + 2019: 33.741245,-21.873093 + 2020: 33.741245,-22.207142 + 2021: 34.288223,-22.31131 + 2022: 34.296906,-22.597767 + 2023: 34.296906,-22.8061 + 2024: 34.296906,-23.031796 + 2025: 34.31427,-23.231447 - node: color: '#FFFFFFFF' id: space @@ -3619,34 +3619,34 @@ entities: color: '#A09DAFFF' id: thinline decals: - 2071: 35.373497,-16.917324 - 2072: 34.74838,-16.908644 - 2073: 34.75706,-17.63781 - 2074: 35.34745,-17.672533 - 2075: 35.373497,-18.349615 - 2076: 34.74838,-18.340935 - 2077: 34.74838,-19.04406 - 2078: 35.338768,-19.122185 - 2109: 33.736828,-22.768236 - 2110: 34.30117,-23.532125 - 2111: 33.728146,-23.488724 - 2112: 33.719467,-24.249603 - 2113: 34.275124,-24.462158 - 2114: 34.26644,-24.861464 - 2115: 33.714603,-32.30149 - 2116: 33.714603,-33.0355 - 2117: 33.714603,-33.70769 - 2118: 33.731968,-34.212395 - 2119: 33.731968,-34.744766 - 2120: 33.731968,-35.18496 - 2121: 34.296307,-34.671642 - 2122: 34.278942,-34.054947 - 2123: 34.278942,-33.56878 - 2124: 34.278942,-33.002064 - 2125: 34.278942,-32.33696 - 2126: 34.278942,-31.859684 - 2127: 34.278942,-31.379225 - 2128: 34.27026,-30.90482 + 1996: 35.373497,-16.917324 + 1997: 34.74838,-16.908644 + 1998: 34.75706,-17.63781 + 1999: 35.34745,-17.672533 + 2000: 35.373497,-18.349615 + 2001: 34.74838,-18.340935 + 2002: 34.74838,-19.04406 + 2003: 35.338768,-19.122185 + 2026: 33.736828,-22.768236 + 2027: 34.30117,-23.532125 + 2028: 33.728146,-23.488724 + 2029: 33.719467,-24.249603 + 2030: 34.275124,-24.462158 + 2031: 34.26644,-24.861464 + 2032: 33.714603,-32.30149 + 2033: 33.714603,-33.0355 + 2034: 33.714603,-33.70769 + 2035: 33.731968,-34.212395 + 2036: 33.731968,-34.744766 + 2037: 33.731968,-35.18496 + 2038: 34.296307,-34.671642 + 2039: 34.278942,-34.054947 + 2040: 34.278942,-33.56878 + 2041: 34.278942,-33.002064 + 2042: 34.278942,-32.33696 + 2043: 34.278942,-31.859684 + 2044: 34.278942,-31.379225 + 2045: 34.27026,-30.90482 - node: cleanable: True zIndex: 1 @@ -4189,6 +4189,7 @@ entities: 0: 65535 -7,10: 0: 43767 + 3: 4352 -7,9: 0: 62448 -7,8: @@ -4364,24 +4365,32 @@ entities: 0: 10111 10,5: 0: 61986 + 3: 192 10,6: 0: 32896 + 3: 17476 10,7: 0: 128 + 3: 17476 11,4: 0: 8751 + 3: 52288 11,5: 0: 61986 + 3: 3292 11,6: 0: 45489 + 3: 3598 11,7: 0: 4529 10,3: 0: 30512 11,3: 0: 34824 + 3: 18150 -7,11: 0: 48906 + 3: 17 -6,11: 0: 44938 -5,11: @@ -4390,32 +4399,41 @@ entities: 0: 65534 12,4: 0: 9007 + 3: 52288 12,5: 0: 61986 + 3: 3292 12,6: 0: 45489 + 3: 514 12,7: 0: 4529 13,4: 0: 25135 + 3: 35904 13,5: 0: 61986 + 3: 20 13,6: 0: 45489 + 3: 3598 13,7: 0: 4529 14,4: 0: 8751 + 3: 192 14,5: 0: 61954 14,6: 0: 12593 + 3: 1600 14,7: 0: 4401 -4,12: 0: 12287 -7,12: 0: 4011 + 3: 16384 -6,12: 0: 36778 -5,12: @@ -4499,26 +4517,36 @@ entities: 0: 17476 -4,13: 0: 62192 + 3: 3343 -8,12: 0: 16072 -8,13: 0: 8177 + 3: 8206 -7,13: 0: 60400 + 3: 1039 -6,13: 0: 47864 + 3: 259 -6,14: 0: 34958 + 3: 881 -5,14: 0: 11 + 3: 3828 -5,13: 0: 60144 + 3: 1038 13,3: 0: 8751 + 3: 19648 14,2: 0: 8192 + 3: 21572 14,3: 0: 8751 + 3: 50240 12,9: 0: 61440 13,9: @@ -4533,6 +4561,7 @@ entities: 0: 22391 10,9: 0: 61440 + 3: 1092 11,8: 0: 4369 11,9: @@ -4623,6 +4652,7 @@ entities: 0: 34952 12,3: 0: 15 + 3: 20192 15,3: 0: 17479 8,12: @@ -4649,6 +4679,7 @@ entities: 0: 65535 -3,13: 0: 29950 + 3: 769 -3,12: 0: 65535 0,11: @@ -4661,40 +4692,56 @@ entities: 0: 65535 -4,15: 0: 8751 + 3: 7632 -4,14: 0: 2 + 3: 8189 -3,15: 0: 17479 + 3: 8992 -3,14: 0: 17476 + 3: 8995 -2,12: 0: 65535 -1,12: 0: 65535 -8,14: 0: 4369 + 3: 11950 -8,15: 0: 4383 + 3: 11936 -7,15: 0: 43695 + 3: 17744 -7,14: 0: 10 + 3: 20469 -6,15: 0: 43695 + 3: 336 -5,15: 0: 43695 + 3: 1104 -8,16: 0: 61713 + 3: 3618 -7,16: 0: 61440 + 3: 3908 -6,16: 0: 63624 + 3: 1856 -5,16: 0: 61440 + 3: 3856 -4,16: 0: 61440 + 3: 3857 -3,16: 0: 29764 + 3: 802 -10,-3: 0: 65408 -10,-2: @@ -4813,6 +4860,26 @@ entities: 3: 273 11,-5: 3: 4368 + 10,1: + 3: 34816 + 10,2: + 3: 34952 + 11,1: + 3: 44800 + 11,2: + 3: 65262 + 12,1: + 3: 44800 + 12,2: + 3: 65262 + 13,1: + 3: 44800 + 13,2: + 3: 65262 + 14,1: + 3: 18176 + 10,8: + 3: 17476 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -4924,9 +4991,9 @@ entities: - id: PebbleStation type: BecomesStation - type: OccluderTree - - type: Shuttle - angularDamping: 10000 + - angularDamping: 10000 linearDamping: 10000 + type: Shuttle - type: GridPathfinding - type: RadiationGridResistance - type: GasTileOverlay @@ -4954,6 +5021,8 @@ entities: - 6857 - 6954 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5 components: - pos: -5.5,11.5 @@ -4969,6 +5038,8 @@ entities: - 6934 - 6838 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 6 components: - pos: 12.5,11.5 @@ -4981,6 +5052,8 @@ entities: - 6967 - 6878 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 7 components: - pos: -6.5,-16.5 @@ -4994,12 +5067,16 @@ entities: - 6860 - 6948 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 8 components: - rot: 3.141592653589793 rad pos: -17.5,6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9 components: - rot: 1.5707963267948966 rad @@ -5013,6 +5090,8 @@ entities: - 6849 - 6939 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 10 components: - rot: -1.5707963267948966 rad @@ -5025,6 +5104,8 @@ entities: - 6945 - 6855 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 11 components: - pos: -15.5,-9.5 @@ -5037,6 +5118,8 @@ entities: - 6938 - 6847 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 12 components: - rot: 3.141592653589793 rad @@ -5050,6 +5133,8 @@ entities: - 6854 - 6942 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 13 components: - rot: 1.5707963267948966 rad @@ -5065,6 +5150,8 @@ entities: - 5287 - 6988 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 14 components: - rot: -1.5707963267948966 rad @@ -5078,6 +5165,8 @@ entities: - 6832 - 6923 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 15 components: - pos: 24.5,-18.5 @@ -5089,6 +5178,8 @@ entities: - 6952 - 6864 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 16 components: - pos: 17.5,-17.5 @@ -5101,6 +5192,8 @@ entities: - 6951 - 6863 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 17 components: - rot: 1.5707963267948966 rad @@ -5113,6 +5206,8 @@ entities: - 282 - 6851 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 18 components: - pos: 13.5,-15.5 @@ -5125,6 +5220,8 @@ entities: - 6850 - 6943 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 19 components: - rot: 3.141592653589793 rad @@ -5140,6 +5237,8 @@ entities: - 6966 - 5359 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 20 components: - rot: 1.5707963267948966 rad @@ -5156,6 +5255,8 @@ entities: - 5292 - 5293 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 21 components: - rot: -1.5707963267948966 rad @@ -5176,6 +5277,8 @@ entities: - 6989 - 5421 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 22 components: - rot: 3.141592653589793 rad @@ -5193,6 +5296,8 @@ entities: - 6947 - 6859 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 23 components: - rot: 3.141592653589793 rad @@ -5203,6 +5308,8 @@ entities: - 5283 - 266 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 24 components: - pos: -19.5,23.5 @@ -5214,6 +5321,8 @@ entities: - 6961 - 6871 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 25 components: - rot: 1.5707963267948966 rad @@ -5227,6 +5336,8 @@ entities: - 6846 - 6931 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 26 components: - pos: -15.5,15.5 @@ -5240,6 +5351,8 @@ entities: - 6841 - 6930 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 27 components: - pos: -22.5,19.5 @@ -5251,6 +5364,8 @@ entities: - 6928 - 6845 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 28 components: - rot: 3.141592653589793 rad @@ -5264,6 +5379,8 @@ entities: - 6929 - 6844 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 29 components: - rot: 1.5707963267948966 rad @@ -5280,6 +5397,8 @@ entities: - 6873 - 6963 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 30 components: - pos: -3.5,-16.5 @@ -5294,6 +5413,8 @@ entities: - 6853 - 6941 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 31 components: - rot: 1.5707963267948966 rad @@ -5314,17 +5435,14 @@ entities: - 6879 - 5410 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 32 components: - rot: 3.141592653589793 rad pos: 15.5,-20.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 6944 - - 6852 - - 295 - type: DeviceNetwork - devices: - 5343 - 5351 @@ -5341,6 +5459,8 @@ entities: - 6852 - 295 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 33 components: - rot: 3.141592653589793 rad @@ -5358,6 +5478,8 @@ entities: - 6960 - 6869 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 34 components: - rot: 3.141592653589793 rad @@ -5384,6 +5506,8 @@ entities: - 6833 - 6927 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 35 components: - rot: 3.141592653589793 rad @@ -5398,17 +5522,14 @@ entities: - 6842 - 5388 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 36 components: - rot: 1.5707963267948966 rad pos: -10.5,19.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 267 - - 6958 - - 6870 - type: DeviceNetwork - devices: - 267 - 5286 @@ -5419,6 +5540,8 @@ entities: - 6958 - 6870 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 37 components: - rot: -1.5707963267948966 rad @@ -5437,6 +5560,8 @@ entities: - 6876 - 5406 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 38 components: - rot: 1.5707963267948966 rad @@ -5454,6 +5579,8 @@ entities: - 6946 - 6858 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 39 components: - pos: -19.5,6.5 @@ -5466,6 +5593,8 @@ entities: - 6884 - 6970 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 40 components: - pos: -24.5,11.5 @@ -5478,6 +5607,8 @@ entities: - 253 - 6865 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 41 components: - rot: -1.5707963267948966 rad @@ -5495,6 +5626,8 @@ entities: - 5395 - 5396 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 42 components: - pos: -15.5,-5.5 @@ -5509,6 +5642,8 @@ entities: - 5280 - 5404 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 43 components: - rot: -1.5707963267948966 rad @@ -5522,6 +5657,8 @@ entities: - 6889 - 6972 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 44 components: - rot: -1.5707963267948966 rad @@ -5536,6 +5673,8 @@ entities: - 5420 - 5401 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 45 components: - pos: -22.5,-14.5 @@ -5550,6 +5689,8 @@ entities: - 5364 - 5291 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 46 components: - pos: -18.5,-10.5 @@ -5564,6 +5705,8 @@ entities: - 6938 - 6847 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 47 components: - rot: 1.5707963267948966 rad @@ -5576,6 +5719,8 @@ entities: - 6880 - 6968 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 48 components: - rot: -1.5707963267948966 rad @@ -5591,6 +5736,8 @@ entities: - 6898 - 6984 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 49 components: - rot: 1.5707963267948966 rad @@ -5608,6 +5755,8 @@ entities: - 6837 - 6935 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 50 components: - rot: 1.5707963267948966 rad @@ -5630,6 +5779,8 @@ entities: - 6926 - 6834 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 51 components: - rot: -1.5707963267948966 rad @@ -5644,6 +5795,8 @@ entities: - 6919 - 5283 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 52 components: - rot: 1.5707963267948966 rad @@ -5653,6 +5806,8 @@ entities: - devices: - 306 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 53 components: - rot: -1.5707963267948966 rad @@ -5665,6 +5820,8 @@ entities: - 6874 - 6920 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 54 components: - rot: 1.5707963267948966 rad @@ -5681,6 +5838,8 @@ entities: - 5416 - 255 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 55 components: - pos: -10.5,41.5 @@ -5693,6 +5852,8 @@ entities: - 5315 - 5316 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 56 components: - pos: -8.5,48.5 @@ -5704,38 +5865,34 @@ entities: - 5315 - 5316 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 57 components: - pos: 13.5,34.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 311 - type: DeviceNetwork - devices: - 311 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 58 components: - pos: 6.5,36.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 308 - type: DeviceNetwork - devices: - 308 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 59 components: - rot: 3.141592653589793 rad pos: 9.5,27.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 5423 - - 5258 - type: DeviceNetwork - devices: - 5258 - 5268 @@ -5745,16 +5902,14 @@ entities: - 310 - 5423 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 60 components: - rot: 3.141592653589793 rad pos: -1.5,18.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 5269 - - 5259 - type: DeviceNetwork - devices: - 6924 - 6828 @@ -5765,14 +5920,13 @@ entities: - 5259 - 5269 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 61 components: - pos: 14.5,1.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 315 - type: DeviceNetwork - devices: - 6906 - 6912 @@ -5791,6 +5945,8 @@ entities: - 314 - 315 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - proto: AirCanister entities: - uid: 62 @@ -5798,6 +5954,8 @@ entities: - pos: -37.5,-27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: Airlock entities: - uid: 63 @@ -7062,9 +7220,6 @@ entities: pos: -11.5,26.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 36 - type: DeviceNetwork - uid: 268 components: - pos: -20.5,22.5 @@ -7214,9 +7369,6 @@ entities: - pos: 14.5,-22.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 32 - type: DeviceNetwork - uid: 296 components: - rot: -1.5707963267948966 rad @@ -7288,9 +7440,6 @@ entities: pos: 11.5,38.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 58 - type: DeviceNetwork - uid: 309 components: - rot: 3.141592653589793 rad @@ -7308,9 +7457,6 @@ entities: - pos: 15.5,36.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 57 - type: DeviceNetwork - uid: 312 components: - pos: 8.5,0.5 @@ -7332,9 +7478,6 @@ entities: pos: 24.5,-2.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 61 - type: DeviceNetwork - proto: AltarSpawner entities: - uid: 316 @@ -13867,7 +14010,7 @@ entities: entities: - uid: 1558 components: - - pos: -15.790929,14.6313305 + - pos: -24.31285,7.528866 parent: 2 type: Transform - proto: BookEngineersHandbook @@ -13913,7 +14056,7 @@ entities: entities: - uid: 1566 components: - - pos: -24.473717,7.5462623 + - pos: -24.75035,7.528866 parent: 2 type: Transform - proto: BookRandom @@ -33137,6 +33280,8 @@ entities: - 5272 - 293 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5207 components: - rot: -1.5707963267948966 rad @@ -33154,6 +33299,8 @@ entities: - 5395 - 5396 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5208 components: - pos: 8.5,11.5 @@ -33164,15 +33311,14 @@ entities: - 5274 - 263 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5209 components: - rot: 3.141592653589793 rad pos: 13.5,-3.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 5317 - type: DeviceNetwork - devices: - 5431 - 5432 @@ -33182,6 +33328,8 @@ entities: - 5435 - 5317 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5210 components: - rot: 1.5707963267948966 rad @@ -33193,6 +33341,8 @@ entities: - 5318 - 254 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5211 components: - rot: 3.141592653589793 rad @@ -33205,6 +33355,8 @@ entities: - 5308 - 5309 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5212 components: - pos: -8.5,-16.5 @@ -33216,6 +33368,8 @@ entities: - 274 - 5333 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5213 components: - rot: 1.5707963267948966 rad @@ -33227,6 +33381,8 @@ entities: - 275 - 5333 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5214 components: - rot: -1.5707963267948966 rad @@ -33237,6 +33393,8 @@ entities: - 257 - 5332 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5215 components: - rot: 3.141592653589793 rad @@ -33248,6 +33406,8 @@ entities: - 5331 - 276 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5216 components: - rot: 3.141592653589793 rad @@ -33264,6 +33424,8 @@ entities: - 5292 - 5293 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5217 components: - rot: 1.5707963267948966 rad @@ -33275,6 +33437,8 @@ entities: - 5287 - 5319 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5218 components: - rot: -1.5707963267948966 rad @@ -33287,6 +33451,8 @@ entities: - 5381 - 5343 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5219 components: - rot: -1.5707963267948966 rad @@ -33298,6 +33464,8 @@ entities: - 5342 - 5381 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5220 components: - pos: 23.5,-18.5 @@ -33307,6 +33475,8 @@ entities: - 5352 - 259 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5221 components: - rot: 3.141592653589793 rad @@ -33318,6 +33488,8 @@ entities: - 5352 - 260 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5222 components: - pos: 14.5,-15.5 @@ -33328,6 +33500,8 @@ entities: - 5350 - 5270 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5223 components: - rot: 1.5707963267948966 rad @@ -33339,6 +33513,8 @@ entities: - 5350 - 282 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5224 components: - rot: 3.141592653589793 rad @@ -33352,6 +33528,8 @@ entities: - 262 - 5359 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5225 components: - pos: -4.5,11.5 @@ -33365,6 +33543,8 @@ entities: - 5372 - 5373 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5226 components: - rot: 1.5707963267948966 rad @@ -33383,6 +33563,8 @@ entities: - 5417 - 5421 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5227 components: - rot: -1.5707963267948966 rad @@ -33398,6 +33580,8 @@ entities: - 5305 - 284 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5228 components: - pos: -18.5,23.5 @@ -33407,6 +33591,8 @@ entities: - 268 - 5313 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5229 components: - rot: 1.5707963267948966 rad @@ -33418,6 +33604,8 @@ entities: - 5370 - 269 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5230 components: - rot: 3.141592653589793 rad @@ -33433,6 +33621,8 @@ entities: - 5323 - 5324 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5231 components: - pos: -16.5,15.5 @@ -33444,6 +33634,8 @@ entities: - 5369 - 291 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5232 components: - pos: -21.5,19.5 @@ -33453,6 +33645,8 @@ entities: - 5341 - 270 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5233 components: - rot: 3.141592653589793 rad @@ -33464,6 +33658,8 @@ entities: - 5312 - 290 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5234 components: - pos: 13.5,11.5 @@ -33474,6 +33670,8 @@ entities: - 5378 - 5274 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5235 components: - pos: -14.5,-9.5 @@ -33484,6 +33682,8 @@ entities: - 5384 - 5383 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5236 components: - pos: -2.5,-16.5 @@ -33496,6 +33696,8 @@ entities: - 5330 - 5331 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5237 components: - rot: 1.5707963267948966 rad @@ -33514,6 +33716,8 @@ entities: - 5362 - 5410 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5238 components: - rot: 3.141592653589793 rad @@ -33531,6 +33735,8 @@ entities: - 5319 - 304 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5239 components: - rot: -1.5707963267948966 rad @@ -33544,6 +33750,8 @@ entities: - 278 - 5287 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5240 components: - pos: -5.5,-0.5 @@ -33567,6 +33775,8 @@ entities: - 5297 - 265 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5241 components: - rot: -1.5707963267948966 rad @@ -33583,6 +33793,8 @@ entities: - 5307 - 5406 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5242 components: - rot: 3.141592653589793 rad @@ -33600,6 +33812,8 @@ entities: - 5310 - 5311 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5243 components: - rot: 1.5707963267948966 rad @@ -33613,6 +33827,8 @@ entities: - 5347 - 5385 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5244 components: - rot: 1.5707963267948966 rad @@ -33627,6 +33843,8 @@ entities: - 5311 - 289 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5245 components: - pos: -20.5,6.5 @@ -33637,6 +33855,8 @@ entities: - 297 - 5388 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5246 components: - pos: -23.5,11.5 @@ -33647,6 +33867,8 @@ entities: - 5386 - 253 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5247 components: - pos: -14.5,-5.5 @@ -33659,6 +33881,8 @@ entities: - 5280 - 5404 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5248 components: - rot: -1.5707963267948966 rad @@ -33670,6 +33894,8 @@ entities: - 5272 - 300 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5249 components: - pos: -25.5,-14.5 @@ -33682,6 +33908,8 @@ entities: - 5364 - 5291 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5250 components: - pos: -17.5,-10.5 @@ -33694,6 +33922,8 @@ entities: - 5384 - 5383 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5251 components: - pos: 9.5,-3.5 @@ -33706,6 +33936,8 @@ entities: - 5413 - 303 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5252 components: - pos: -3.5,-13.5 @@ -33714,6 +33946,8 @@ entities: - devices: - 305 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5253 components: - rot: 1.5707963267948966 rad @@ -33734,6 +33968,8 @@ entities: - 5294 - 256 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5254 components: - rot: 3.141592653589793 rad @@ -33745,6 +33981,8 @@ entities: - 5399 - 266 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5255 components: - rot: -1.5707963267948966 rad @@ -33755,6 +33993,8 @@ entities: - 307 - 5416 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5256 components: - rot: 1.5707963267948966 rad @@ -33771,6 +34011,8 @@ entities: - 5293 - 255 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5257 components: - rot: 3.141592653589793 rad @@ -33782,29 +34024,27 @@ entities: - 5345 - 5376 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5258 components: - pos: 8.5,27.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 59 - type: DeviceNetwork - devices: - 5268 - 5267 - 5423 - 59 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5259 components: - rot: 3.141592653589793 rad pos: -2.5,18.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 60 - type: DeviceNetwork - devices: - 5424 - 5425 @@ -33813,6 +34053,8 @@ entities: - 5269 - 60 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5260 components: - rot: 1.5707963267948966 rad @@ -33824,21 +34066,22 @@ entities: - 5434 - 5433 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - uid: 5261 components: - rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 5317 - type: DeviceNetwork - devices: - 5429 - 5428 - 5363 - 5317 type: DeviceList + - joinedGrid: 2 + type: AtmosDevice - proto: FireAxeCabinetFilled entities: - uid: 5262 @@ -33888,9 +34131,6 @@ entities: pos: 1.5,20.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 60 - type: DeviceNetwork - proto: FirelockEdge entities: - uid: 5270 @@ -34141,10 +34381,6 @@ entities: - pos: 9.5,6.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 5261 - - 5209 - type: DeviceNetwork - uid: 5318 components: - pos: -7.5,15.5 @@ -34685,9 +34921,6 @@ entities: pos: 7.5,27.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 59 - type: DeviceNetwork - uid: 5424 components: - rot: 3.141592653589793 rad @@ -35325,7 +35558,7 @@ entities: type: Transform - uid: 5540 components: - - pos: -14.887274,14.543169 + - pos: -16.276896,10.491072 parent: 2 type: Transform - uid: 5541 @@ -35421,6 +35654,8 @@ entities: - pos: 23.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasMinerOxygen entities: - uid: 5554 @@ -35428,6 +35663,8 @@ entities: - pos: 21.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasMinerPlasma entities: - uid: 5555 @@ -35435,6 +35672,8 @@ entities: - pos: 25.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasMixerFlipped entities: - uid: 5556 @@ -35443,6 +35682,8 @@ entities: pos: 20.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#02FFD0FF' type: AtmosPipeColor - uid: 5557 @@ -35451,6 +35692,8 @@ entities: pos: 9.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasOutletInjector entities: - uid: 5558 @@ -35458,6 +35701,8 @@ entities: - pos: 7.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 5559 @@ -35465,6 +35710,8 @@ entities: - pos: 25.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 5560 @@ -35472,6 +35719,8 @@ entities: - pos: 21.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 5561 @@ -35479,6 +35728,8 @@ entities: - pos: 23.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 5562 @@ -35486,6 +35737,8 @@ entities: - pos: 15.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#947507FF' type: AtmosPipeColor - uid: 5563 @@ -35493,6 +35746,8 @@ entities: - pos: 27.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 5564 @@ -35500,11 +35755,15 @@ entities: - pos: -14.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 5565 components: - pos: 10.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#7A5D04FF' type: AtmosPipeColor - proto: GasPassiveGate @@ -35515,6 +35774,8 @@ entities: pos: 10.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5400FF' type: AtmosPipeColor - proto: GasPassiveVent @@ -35525,12 +35786,16 @@ entities: pos: 31.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 5568 components: - rot: 1.5707963267948966 rad pos: 7.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 5569 @@ -35539,6 +35804,8 @@ entities: pos: 7.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 5570 @@ -35546,6 +35813,8 @@ entities: - pos: 19.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#B600FFFF' type: AtmosPipeColor - uid: 5571 @@ -35554,17 +35823,23 @@ entities: pos: -7.5,2.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 5572 components: - rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 5573 components: - pos: 28.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#947507FF' type: AtmosPipeColor - uid: 5574 @@ -35573,6 +35848,8 @@ entities: pos: 25.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#947507FF' type: AtmosPipeColor - uid: 5575 @@ -35581,6 +35858,8 @@ entities: pos: 21.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 5576 @@ -35589,6 +35868,8 @@ entities: pos: 23.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 5577 @@ -35596,6 +35877,8 @@ entities: - pos: 14.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - uid: 5578 @@ -35603,6 +35886,8 @@ entities: - pos: -12.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasPipeBend entities: - uid: 5579 @@ -44824,24 +45109,32 @@ entities: - pos: 9.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6777 components: - rot: -1.5707963267948966 rad pos: 10.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6778 components: - rot: 3.141592653589793 rad pos: 9.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6779 components: - rot: -1.5707963267948966 rad pos: 10.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6780 @@ -44850,6 +45143,8 @@ entities: pos: 4.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6781 @@ -44858,18 +45153,24 @@ entities: pos: 8.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6782 components: - rot: 3.141592653589793 rad pos: 6.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6783 components: - rot: 3.141592653589793 rad pos: 18.5,27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6784 @@ -44878,6 +45179,8 @@ entities: pos: 17.5,27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6785 @@ -44886,18 +45189,24 @@ entities: pos: -12.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6786 components: - rot: 3.141592653589793 rad pos: -13.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6787 components: - rot: 3.141592653589793 rad pos: 10.5,34.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#7A5D04FF' type: AtmosPipeColor - proto: GasPressurePump @@ -44908,18 +45217,24 @@ entities: pos: 27.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6789 components: - rot: 3.141592653589793 rad pos: 21.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6790 components: - rot: -1.5707963267948966 rad pos: 18.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6791 @@ -44928,6 +45243,8 @@ entities: pos: 8.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6792 @@ -44936,27 +45253,37 @@ entities: pos: 25.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6793 components: - pos: 26.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6794 components: - rot: 3.141592653589793 rad pos: 23.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6795 components: - pos: 28.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6796 components: - pos: 14.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - uid: 6797 @@ -44965,6 +45292,8 @@ entities: pos: 19.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6798 @@ -44973,6 +45302,8 @@ entities: pos: 6.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6799 @@ -44980,6 +45311,8 @@ entities: - pos: 22.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#02FFD0FF' type: AtmosPipeColor - uid: 6800 @@ -44987,6 +45320,8 @@ entities: - pos: 20.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#02FFD0FF' type: AtmosPipeColor - uid: 6801 @@ -44995,6 +45330,8 @@ entities: pos: 15.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - uid: 6802 @@ -45003,17 +45340,23 @@ entities: pos: -13.5,31.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6803 components: - pos: -12.5,31.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6804 components: - rot: -1.5707963267948966 rad pos: 13.5,31.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - proto: GasThermoMachineFreezer @@ -45023,6 +45366,8 @@ entities: - pos: -4.5,2.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6806 components: - pos: 15.5,25.5 @@ -45030,17 +45375,23 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor + - joinedGrid: 2 + type: AtmosDevice - uid: 6807 components: - pos: 17.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6808 components: - rot: -1.5707963267948966 rad pos: 11.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasThermoMachineHeater entities: - uid: 6809 @@ -45050,6 +45401,8 @@ entities: type: Transform - color: '#947507FF' type: AtmosPipeColor + - joinedGrid: 2 + type: AtmosDevice - uid: 6810 components: - pos: 15.5,27.5 @@ -45057,12 +45410,16 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor + - joinedGrid: 2 + type: AtmosDevice - uid: 6811 components: - rot: -1.5707963267948966 rad pos: 11.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: GasValve entities: - uid: 6812 @@ -45073,6 +45430,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - uid: 6813 @@ -45083,6 +45442,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#826003FF' type: AtmosPipeColor - uid: 6814 @@ -45093,6 +45454,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6815 @@ -45103,6 +45466,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#7A5D04FF' type: AtmosPipeColor - uid: 6816 @@ -45112,6 +45477,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6817 @@ -45119,6 +45486,8 @@ entities: - pos: 19.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#B600FFFF' type: AtmosPipeColor - uid: 6818 @@ -45129,6 +45498,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6819 @@ -45138,6 +45509,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6820 @@ -45146,6 +45519,8 @@ entities: pos: 7.5,31.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6821 components: - pos: 5.5,33.5 @@ -45153,6 +45528,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6822 @@ -45162,6 +45539,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6823 @@ -45170,6 +45549,8 @@ entities: pos: 29.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 6824 components: - rot: 3.141592653589793 rad @@ -45178,6 +45559,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - proto: GasVentPump @@ -45188,6 +45571,8 @@ entities: pos: 15.5,-1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6826 @@ -45196,6 +45581,8 @@ entities: pos: -17.5,-0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6827 @@ -45204,6 +45591,8 @@ entities: pos: -24.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6828 @@ -45212,6 +45601,8 @@ entities: pos: -1.5,19.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6829 @@ -45220,6 +45611,8 @@ entities: pos: 17.5,26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6830 @@ -45228,6 +45621,8 @@ entities: pos: -18.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6831 @@ -45236,6 +45631,8 @@ entities: pos: 11.5,4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6832 @@ -45244,6 +45641,8 @@ entities: pos: 14.5,-27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6833 @@ -45252,6 +45651,8 @@ entities: pos: -5.5,-3.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6834 @@ -45260,6 +45661,8 @@ entities: pos: 4.5,1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6835 @@ -45268,6 +45671,8 @@ entities: pos: 0.5,-7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6836 @@ -45276,6 +45681,8 @@ entities: pos: -6.5,0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6837 @@ -45283,6 +45690,8 @@ entities: - pos: -2.5,2.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6838 @@ -45291,6 +45700,8 @@ entities: pos: -7.5,8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6839 @@ -45299,6 +45710,8 @@ entities: pos: -16.5,-8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6840 @@ -45307,6 +45720,8 @@ entities: pos: -6.5,-8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6841 @@ -45315,6 +45730,8 @@ entities: pos: -15.5,13.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6842 @@ -45323,6 +45740,8 @@ entities: pos: -15.5,4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6843 @@ -45331,6 +45750,8 @@ entities: pos: -16.5,7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6844 @@ -45339,6 +45760,8 @@ entities: pos: -23.5,14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6845 @@ -45346,6 +45769,8 @@ entities: - pos: -21.5,16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6846 @@ -45354,6 +45779,8 @@ entities: pos: -18.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6847 @@ -45361,6 +45788,8 @@ entities: - pos: -15.5,-10.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6848 @@ -45368,6 +45797,8 @@ entities: - pos: 0.5,-11.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6849 @@ -45376,6 +45807,8 @@ entities: pos: -8.5,-22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6850 @@ -45384,6 +45817,8 @@ entities: pos: 13.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6851 @@ -45392,6 +45827,8 @@ entities: pos: 18.5,-16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6852 @@ -45400,9 +45837,8 @@ entities: pos: 15.5,-22.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 32 - type: DeviceNetwork + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6853 @@ -45411,6 +45847,8 @@ entities: pos: -1.5,-22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6854 @@ -45419,6 +45857,8 @@ entities: pos: -1.5,-26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6855 @@ -45427,6 +45867,8 @@ entities: pos: -9.5,-28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6856 @@ -45435,6 +45877,8 @@ entities: pos: -10.5,-20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6857 @@ -45443,6 +45887,8 @@ entities: pos: 4.5,8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6858 @@ -45451,6 +45897,8 @@ entities: pos: -11.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6859 @@ -45459,6 +45907,8 @@ entities: pos: -9.5,12.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6860 @@ -45466,6 +45916,8 @@ entities: - pos: -8.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6861 @@ -45473,6 +45925,8 @@ entities: - pos: -9.5,46.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6862 @@ -45481,6 +45935,8 @@ entities: pos: -20.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6863 @@ -45489,6 +45945,8 @@ entities: pos: 18.5,-20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6864 @@ -45497,6 +45955,8 @@ entities: pos: 23.5,-21.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6865 @@ -45505,6 +45965,8 @@ entities: pos: -24.5,8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6866 @@ -45513,6 +45975,8 @@ entities: pos: -9.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6867 @@ -45520,6 +45984,8 @@ entities: - pos: -2.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6868 @@ -45528,6 +45994,8 @@ entities: pos: -9.5,36.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6869 @@ -45536,6 +46004,8 @@ entities: pos: 5.5,12.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6870 @@ -45543,9 +46013,8 @@ entities: - pos: -9.5,26.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 36 - type: DeviceNetwork + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6871 @@ -45553,6 +46022,8 @@ entities: - pos: -19.5,22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6872 @@ -45560,6 +46031,8 @@ entities: - pos: -24.5,1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6873 @@ -45568,6 +46041,8 @@ entities: pos: -18.5,14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6874 @@ -45576,6 +46051,8 @@ entities: pos: 3.5,20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6875 @@ -45584,6 +46061,8 @@ entities: pos: -8.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6876 @@ -45592,6 +46071,8 @@ entities: pos: -11.5,6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6877 @@ -45599,6 +46080,8 @@ entities: - pos: 7.5,6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6878 @@ -45607,6 +46090,8 @@ entities: pos: 10.5,9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6879 @@ -45615,6 +46100,8 @@ entities: pos: 4.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6880 @@ -45623,6 +46110,8 @@ entities: pos: 4.5,-25.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6881 @@ -45631,6 +46120,8 @@ entities: pos: 5.5,-21.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6882 @@ -45639,6 +46130,8 @@ entities: pos: 7.5,-15.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6883 @@ -45647,6 +46140,8 @@ entities: pos: 14.5,17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6884 @@ -45655,6 +46150,8 @@ entities: pos: -21.5,4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6885 @@ -45663,6 +46160,8 @@ entities: pos: -20.5,-3.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6886 @@ -45671,6 +46170,8 @@ entities: pos: 17.5,9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6887 @@ -45679,6 +46180,8 @@ entities: pos: 32.5,14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6888 @@ -45686,6 +46189,8 @@ entities: - pos: 24.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6889 @@ -45694,6 +46199,8 @@ entities: pos: 0.5,15.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6890 @@ -45702,6 +46209,8 @@ entities: pos: -24.5,-28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6891 @@ -45710,6 +46219,8 @@ entities: pos: -25.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6892 @@ -45718,6 +46229,8 @@ entities: pos: -28.5,-15.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6893 @@ -45726,6 +46239,8 @@ entities: pos: -20.5,-19.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6894 @@ -45734,6 +46249,8 @@ entities: pos: -29.5,-19.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6895 @@ -45742,6 +46259,8 @@ entities: pos: -27.5,-26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6896 @@ -45750,6 +46269,8 @@ entities: pos: -20.5,-24.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6897 @@ -45758,6 +46279,8 @@ entities: pos: -29.5,-24.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6898 @@ -45765,6 +46288,8 @@ entities: - pos: 7.5,-5.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6899 @@ -45773,6 +46298,8 @@ entities: pos: 12.5,-6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6900 @@ -45781,6 +46308,8 @@ entities: pos: 11.5,-18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6901 @@ -45788,6 +46317,8 @@ entities: - pos: -14.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6902 @@ -45796,6 +46327,8 @@ entities: pos: 11.5,-25.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6903 @@ -45803,6 +46336,8 @@ entities: - pos: -0.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6904 @@ -45811,6 +46346,8 @@ entities: pos: 5.5,23.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6905 @@ -45819,6 +46356,8 @@ entities: pos: -28.5,6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6906 @@ -45827,6 +46366,8 @@ entities: pos: 7.5,-1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6907 @@ -45835,6 +46376,8 @@ entities: pos: 23.5,-1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6908 @@ -45843,6 +46386,8 @@ entities: pos: 24.5,1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6909 @@ -45851,6 +46396,8 @@ entities: pos: 17.5,-5.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6910 @@ -45859,6 +46406,8 @@ entities: pos: 11.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 6911 @@ -45867,6 +46416,8 @@ entities: pos: 8.5,16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - proto: GasVentScrubber @@ -45877,6 +46428,8 @@ entities: pos: 9.5,1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6913 @@ -45885,6 +46438,8 @@ entities: pos: 25.5,0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6914 @@ -45893,6 +46448,8 @@ entities: pos: 24.5,-1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6915 @@ -45901,6 +46458,8 @@ entities: pos: 13.5,-0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6916 @@ -45909,6 +46468,8 @@ entities: pos: 16.5,-4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6917 @@ -45917,6 +46478,8 @@ entities: pos: 1.5,-11.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6918 @@ -45924,6 +46487,8 @@ entities: - pos: -23.5,1.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6919 @@ -45932,6 +46497,8 @@ entities: pos: 18.5,26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6920 @@ -45939,6 +46506,8 @@ entities: - pos: 4.5,20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6921 @@ -45947,6 +46516,8 @@ entities: pos: -0.5,-7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6922 @@ -45955,6 +46526,8 @@ entities: pos: 3.5,-10.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6923 @@ -45963,6 +46536,8 @@ entities: pos: 15.5,-27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6924 @@ -45970,6 +46545,8 @@ entities: - pos: -2.5,20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6925 @@ -45978,6 +46555,8 @@ entities: pos: 12.5,5.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6926 @@ -45986,6 +46565,8 @@ entities: pos: 3.5,0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6927 @@ -45993,6 +46574,8 @@ entities: - pos: -3.5,-3.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6928 @@ -46000,6 +46583,8 @@ entities: - pos: -22.5,16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6929 @@ -46008,6 +46593,8 @@ entities: pos: -23.5,12.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6930 @@ -46016,6 +46603,8 @@ entities: pos: -15.5,12.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6931 @@ -46023,6 +46612,8 @@ entities: - pos: -17.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6932 @@ -46031,6 +46622,8 @@ entities: pos: -17.5,7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6933 @@ -46039,6 +46632,8 @@ entities: pos: -16.5,4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6934 @@ -46047,6 +46642,8 @@ entities: pos: -7.5,9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6935 @@ -46054,6 +46651,8 @@ entities: - pos: -1.5,2.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6936 @@ -46062,6 +46661,8 @@ entities: pos: -5.5,-8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6937 @@ -46070,6 +46671,8 @@ entities: pos: -14.5,-8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6938 @@ -46078,6 +46681,8 @@ entities: pos: -15.5,-13.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6939 @@ -46086,6 +46691,8 @@ entities: pos: -8.5,-21.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6940 @@ -46093,6 +46700,8 @@ entities: - pos: -10.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6941 @@ -46101,6 +46710,8 @@ entities: pos: 0.5,-22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6942 @@ -46109,6 +46720,8 @@ entities: pos: 0.5,-26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6943 @@ -46117,6 +46730,8 @@ entities: pos: 14.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6944 @@ -46125,9 +46740,8 @@ entities: pos: 15.5,-21.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 32 - type: DeviceNetwork + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6945 @@ -46136,6 +46750,8 @@ entities: pos: -9.5,-29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6946 @@ -46144,6 +46760,8 @@ entities: pos: -12.5,-10.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6947 @@ -46151,6 +46769,8 @@ entities: - pos: -7.5,13.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6948 @@ -46158,6 +46778,8 @@ entities: - pos: -5.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6949 @@ -46166,6 +46788,8 @@ entities: pos: -19.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6950 @@ -46174,6 +46798,8 @@ entities: pos: -17.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6951 @@ -46182,6 +46808,8 @@ entities: pos: 20.5,-20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6952 @@ -46190,6 +46818,8 @@ entities: pos: 22.5,-19.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6953 @@ -46198,6 +46828,8 @@ entities: pos: 10.5,20.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6954 @@ -46206,6 +46838,8 @@ entities: pos: 6.5,8.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6955 @@ -46214,6 +46848,8 @@ entities: pos: 14.5,-14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 6956 @@ -46222,6 +46858,8 @@ entities: pos: 18.5,-14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#990000FF' type: AtmosPipeColor - uid: 6957 @@ -46229,6 +46867,8 @@ entities: - pos: -1.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6958 @@ -46236,9 +46876,8 @@ entities: - pos: -10.5,26.5 parent: 2 type: Transform - - ShutdownSubscribers: - - 36 - type: DeviceNetwork + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6959 @@ -46247,6 +46886,8 @@ entities: pos: -5.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6960 @@ -46254,6 +46895,8 @@ entities: - pos: 4.5,13.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6961 @@ -46261,6 +46904,8 @@ entities: - pos: -18.5,22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6962 @@ -46269,6 +46914,8 @@ entities: pos: -23.5,-9.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6963 @@ -46277,6 +46924,8 @@ entities: pos: -19.5,11.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6964 @@ -46285,6 +46934,8 @@ entities: pos: -12.5,7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6965 @@ -46292,6 +46943,8 @@ entities: - pos: 6.5,6.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6966 @@ -46300,6 +46953,8 @@ entities: pos: 7.5,-14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6967 @@ -46308,6 +46963,8 @@ entities: pos: 12.5,10.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6968 @@ -46316,6 +46973,8 @@ entities: pos: 5.5,-25.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6969 @@ -46324,6 +46983,8 @@ entities: pos: -23.5,7.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6970 @@ -46332,6 +46993,8 @@ entities: pos: -20.5,4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6971 @@ -46339,6 +47002,8 @@ entities: - pos: -18.5,-3.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6972 @@ -46347,6 +47012,8 @@ entities: pos: 0.5,16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6973 @@ -46354,6 +47021,8 @@ entities: - pos: -5.5,46.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6974 @@ -46362,6 +47031,8 @@ entities: pos: -28.5,-27.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6975 @@ -46370,6 +47041,8 @@ entities: pos: -23.5,-28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6976 @@ -46378,6 +47051,8 @@ entities: pos: -19.5,-23.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6977 @@ -46386,6 +47061,8 @@ entities: pos: -19.5,-18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6978 @@ -46394,6 +47071,8 @@ entities: pos: -22.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6979 @@ -46402,6 +47081,8 @@ entities: pos: -28.5,-18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6980 @@ -46410,6 +47091,8 @@ entities: pos: -29.5,-16.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6981 @@ -46418,6 +47101,8 @@ entities: pos: -29.5,-23.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6982 @@ -46426,6 +47111,8 @@ entities: pos: -14.5,31.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6983 @@ -46434,6 +47121,8 @@ entities: pos: 12.5,-4.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6984 @@ -46442,6 +47131,8 @@ entities: pos: 8.5,-5.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6985 @@ -46450,6 +47141,8 @@ entities: pos: -5.5,36.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6986 @@ -46458,6 +47151,8 @@ entities: pos: 10.5,-17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6987 @@ -46466,6 +47161,8 @@ entities: pos: 11.5,-24.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6988 @@ -46474,6 +47171,8 @@ entities: pos: 6.5,-21.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6989 @@ -46482,6 +47181,8 @@ entities: pos: 19.5,18.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6990 @@ -46490,6 +47191,8 @@ entities: pos: -5.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6991 @@ -46497,6 +47200,8 @@ entities: - pos: 0.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6992 @@ -46504,6 +47209,8 @@ entities: - pos: 5.5,26.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6993 @@ -46512,6 +47219,8 @@ entities: pos: -28.5,11.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6994 @@ -46520,6 +47229,8 @@ entities: pos: 10.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 6995 @@ -46528,6 +47239,8 @@ entities: pos: 7.5,15.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - proto: GasVolumePump @@ -46538,6 +47251,8 @@ entities: pos: 5.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6997 @@ -46545,6 +47260,8 @@ entities: - pos: 3.5,35.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 6998 @@ -46552,6 +47269,8 @@ entities: - pos: 8.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5900FF' type: AtmosPipeColor - uid: 6999 @@ -46560,6 +47279,8 @@ entities: pos: 6.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - proto: GeneratorBasic @@ -49263,16 +49984,6 @@ entities: - pos: -6.7304263,10.512585 parent: 2 type: Transform - - uid: 7534 - components: - - pos: -15.500559,14.668425 - parent: 2 - type: Transform - - uid: 7535 - components: - - pos: -15.513271,14.687578 - parent: 2 - type: Transform - proto: HeatExchanger entities: - uid: 7536 @@ -49281,6 +49992,8 @@ entities: pos: 4.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 7537 @@ -49289,6 +50002,8 @@ entities: pos: 4.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - uid: 7538 @@ -49296,6 +50011,8 @@ entities: - pos: 9.5,38.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#FF5400FF' type: AtmosPipeColor - uid: 7539 @@ -49304,6 +50021,8 @@ entities: pos: 4.5,37.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - color: '#00B3B7FF' type: AtmosPipeColor - proto: HighSecCommandLocked @@ -49540,9 +50259,9 @@ entities: type: Transform - proto: KitchenReagentGrinder entities: - - uid: 7581 + - uid: 7535 components: - - pos: -14.5,14.5 + - pos: -15.5,14.5 parent: 2 type: Transform - uid: 7582 @@ -50500,11 +51219,15 @@ entities: - pos: 11.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7728 components: - pos: 11.5,32.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: NuclearBomb entities: - uid: 7729 @@ -50573,36 +51296,50 @@ entities: - pos: 5.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7737 components: - pos: 37.5,-14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7738 components: - pos: 21.5,39.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7739 components: - pos: -20.5,-0.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7740 components: - pos: -16.5,22.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7741 components: - pos: -5.5,-14.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7742 components: - pos: 33.5,17.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: Paper entities: - uid: 7743 @@ -51051,11 +51788,15 @@ entities: - pos: 6.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 7810 components: - pos: 5.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: PlasticFlapsAirtightClear entities: - uid: 7811 @@ -51453,6 +52194,11 @@ entities: type: Transform - proto: Poweredlight entities: + - uid: 7581 + components: + - pos: -16.5,14.5 + parent: 2 + type: Transform - uid: 7873 components: - rot: 3.141592653589793 rad @@ -51967,13 +52713,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 7946 - components: - - pos: -15.5,14.5 - parent: 2 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 7947 components: - rot: -1.5707963267948966 rad @@ -56086,12 +56825,7 @@ entities: entities: - uid: 8636 components: - - pos: -15.136902,14.763554 - parent: 2 - type: Transform - - uid: 8637 - components: - - pos: -14.949402,14.742706 + - pos: -15.1518955,14.474548 parent: 2 type: Transform - proto: SheetPlasteel @@ -56939,6 +57673,13 @@ entities: pos: -35.5,-28.5 parent: 2 type: Transform +- proto: SmartFridge + entities: + - uid: 9441 + components: + - pos: -36.5,-27.5 + parent: 2 + type: Transform - proto: SMESBasic entities: - uid: 8754 @@ -58642,36 +59383,50 @@ entities: - pos: 27.5,29.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9032 components: - pos: 27.5,30.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9033 components: - pos: 20.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9034 components: - pos: 21.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9035 components: - pos: 22.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9036 components: - pos: 10.5,28.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - uid: 9037 components: - pos: 17.5,2.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: Stunbaton entities: - uid: 9038 @@ -59906,11 +60661,6 @@ entities: - pos: -15.5,14.5 parent: 2 type: Transform - - uid: 9224 - components: - - pos: -14.5,14.5 - parent: 2 - type: Transform - uid: 9225 components: - pos: -29.5,1.5 @@ -60568,6 +61318,8 @@ entities: pos: 7.5,33.5 parent: 2 type: Transform + - joinedGrid: 2 + type: AtmosDevice - proto: TegCirculator entities: - uid: 9348 @@ -61019,6 +61771,13 @@ entities: - pos: -24.5,10.5 parent: 2 type: Transform +- proto: VendingMachineChemicals + entities: + - uid: 7534 + components: + - pos: -14.5,14.5 + parent: 2 + type: Transform - proto: VendingMachineCigs entities: - uid: 9398 @@ -61366,13 +62125,6 @@ entities: - pos: 19.5,-29.5 parent: 2 type: Transform -- proto: VendingMachineSmartFridge - entities: - - uid: 9441 - components: - - pos: -36.5,-27.5 - parent: 2 - type: Transform - proto: VendingMachineSnack entities: - uid: 9442 diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index 679e4441e33..3fc0d18af5e 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -5,55 +5,58 @@ tilemap: 0: Space 1: FloorArcadeBlue 2: FloorArcadeBlue2 - 12: FloorBar - 15: FloorBlueCircuit - 17: FloorBrokenWood - 18: FloorCarpetClown - 19: FloorCarpetOffice - 27: FloorDark - 28: FloorDarkDiagonal - 32: FloorDarkMono - 33: FloorDarkOffset - 36: FloorDarkPlastic - 39: FloorEighties - 42: FloorFreezer - 43: FloorGlass - 45: FloorGrass - 52: FloorGreenCircuit - 53: FloorGym - 54: FloorHull - 55: FloorHullReinforced - 56: FloorHydro - 58: FloorKitchen - 59: FloorLaundry - 60: FloorLino - 62: FloorMetalDiamond - 63: FloorMime - 70: FloorPlastic - 71: FloorRGlass - 72: FloorReinforced - 74: FloorRockVault - 76: FloorShuttleBlue - 81: FloorSilver - 84: FloorSteel - 86: FloorSteelCheckerDark - 89: FloorSteelDiagonal - 91: FloorSteelDirty - 92: FloorSteelHerringbone - 94: FloorSteelMono - 95: FloorSteelOffset - 96: FloorSteelPavement - 97: FloorSteelPavementVertical - 98: FloorTechMaint - 99: FloorTechMaint2 - 100: FloorTechMaint3 - 102: FloorWhite - 103: FloorWhiteDiagonal - 111: FloorWhitePlastic - 112: FloorWood - 113: FloorWoodTile - 114: Lattice - 115: Plating + 14: FloorBar + 18: FloorBlueCircuit + 20: FloorBrokenWood + 21: FloorCarpetClown + 22: FloorCarpetOffice + 30: FloorDark + 31: FloorDarkDiagonal + 35: FloorDarkMono + 36: FloorDarkOffset + 39: FloorDarkPlastic + 42: FloorEighties + 45: FloorFreezer + 46: FloorGlass + 48: FloorGrass + 52: FloorGrayConcrete + 55: FloorGreenCircuit + 56: FloorGym + 57: FloorHull + 58: FloorHullReinforced + 59: FloorHydro + 61: FloorKitchen + 62: FloorLaundry + 63: FloorLino + 65: FloorMetalDiamond + 66: FloorMime + 74: FloorPlanetDirt + 75: FloorPlanetGrass + 76: FloorPlastic + 77: FloorRGlass + 78: FloorReinforced + 80: FloorRockVault + 82: FloorShuttleBlue + 90: FloorSteel + 95: FloorSteelDiagonal + 97: FloorSteelDirty + 98: FloorSteelHerringbone + 101: FloorSteelMono + 102: FloorSteelOffset + 103: FloorSteelPavement + 104: FloorSteelPavementVertical + 105: FloorTechMaint + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 109: FloorWhite + 110: FloorWhiteDiagonal + 118: FloorWhitePlastic + 119: FloorWood + 120: FloorWoodTile + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged entities: - proto: "" entities: @@ -66,183 +69,183 @@ entities: - chunks: -1,-1: ind: -1,-1 - tiles: cwAAAAAAVAAAAAACYQAAAAADWQAAAAABVAAAAAADcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAADVAAAAAACWQAAAAACYQAAAAADcwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAVAAAAAABYQAAAAABKwAAAAABVAAAAAAAcAAAAAABcAAAAAABcAAAAAADcAAAAAABcAAAAAABVAAAAAADKwAAAAADYQAAAAACYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAADYQAAAAAAWQAAAAABVAAAAAABVAAAAAACVAAAAAADVAAAAAADVAAAAAAAVAAAAAAAVAAAAAACWQAAAAACYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAAXgAAAAACVAAAAAABYQAAAAABKwAAAAACWQAAAAACKwAAAAADWQAAAAADKwAAAAABWQAAAAABKwAAAAABWQAAAAADKwAAAAADYQAAAAABcwAAAAAADAAAAAACDAAAAAACVAAAAAABVAAAAAADXAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAACXAAAAAACWQAAAAACYQAAAAADcwAAAAAADAAAAAACDAAAAAAAVAAAAAABVAAAAAABcwAAAAAAcwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcwAAAAAAcwAAAAAAYQAAAAACKwAAAAACYQAAAAABYgAAAAAAcAAAAAADcAAAAAADYgAAAAAAcwAAAAAAcwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcwAAAAAAYQAAAAABWQAAAAADYQAAAAABSAAAAAAAcQAAAAACKwAAAAABOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcwAAAAAAYQAAAAABKwAAAAACYQAAAAABYgAAAAAAcAAAAAAAcAAAAAACOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAYgAAAAAAYQAAAAABWQAAAAABYQAAAAABcwAAAAAADAAAAAABDAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAASAAAAAAAYQAAAAAAKwAAAAADYQAAAAABSAAAAAAADAAAAAABDAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAASAAAAAAAYQAAAAAAWQAAAAABYQAAAAABSAAAAAAADAAAAAAADAAAAAACSAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAASAAAAAAAVAAAAAAAVAAAAAADVAAAAAAASAAAAAAADAAAAAAADAAAAAADSAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcAAAAAABcAAAAAABcwAAAAAAcwAAAAAAKgAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAVAAAAAAAXgAAAAAAVAAAAAABcwAAAAAAcwAAAAAASAAAAAAAVAAAAAABVAAAAAACVAAAAAABVAAAAAADVAAAAAACVAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAACXgAAAAACVAAAAAAAVAAAAAAALQAAAAAALQAAAAAAXgAAAAADXgAAAAACKwAAAAACXgAAAAAAXgAAAAABKwAAAAADXgAAAAADXgAAAAACKwAAAAACXgAAAAABXgAAAAADKwAAAAABVAAAAAACVAAAAAAAVAAAAAAAVAAAAAAA + tiles: egAAAAAAWgAAAAACaAAAAAABXwAAAAABWgAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAAWgAAAAABXwAAAAAAaAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAaAAAAAAALgAAAAABWgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAWgAAAAAALgAAAAAAaAAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaAAAAAAAXwAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACXwAAAAABaAAAAAABegAAAAAAegAAAAAAegAAAAAAZQAAAAABWgAAAAACaAAAAAABLgAAAAAAXwAAAAAALgAAAAABXwAAAAAALgAAAAAAXwAAAAABLgAAAAAAXwAAAAAALgAAAAAAaAAAAAABegAAAAAADgAAAAACDgAAAAACWgAAAAAAWgAAAAACYgAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAYgAAAAACXwAAAAACaAAAAAABegAAAAAADgAAAAADDgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAaAAAAAABLgAAAAABaAAAAAADaQAAAAAAdwAAAAAAdwAAAAACaQAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAAAXwAAAAADaAAAAAAATgAAAAAAeAAAAAABLgAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAACLgAAAAACaAAAAAABaQAAAAAAdwAAAAAAdwAAAAADOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAaQAAAAAAaAAAAAABXwAAAAAAaAAAAAABegAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADLgAAAAACaAAAAAAATgAAAAAADgAAAAACDgAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADXwAAAAADaAAAAAADTgAAAAAADgAAAAADDgAAAAABTgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAADgAAAAAADgAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADZQAAAAACWgAAAAABegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAZQAAAAACWgAAAAADWgAAAAABMAAAAAAAMAAAAAAAZQAAAAADZQAAAAABLgAAAAADZQAAAAADZQAAAAADLgAAAAACZQAAAAABZQAAAAABLgAAAAAAZQAAAAACZQAAAAADLgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAC version: 6 -1,0: ind: -1,0 - tiles: VAAAAAACVAAAAAABVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAADVAAAAAADVAAAAAADVAAAAAAAVAAAAAABVAAAAAADVAAAAAAAKwAAAAABVAAAAAADSAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAASAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAABVAAAAAACVAAAAAACVAAAAAACRgAAAAACRgAAAAACRgAAAAAAcwAAAAAAHAAAAAADHAAAAAAAHAAAAAAAXwAAAAAAXwAAAAAAIAAAAAADIAAAAAADcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAARgAAAAABRgAAAAACRgAAAAAAcwAAAAAAHAAAAAACHAAAAAADHAAAAAAAXwAAAAAAXwAAAAAAIAAAAAADIAAAAAAAcwAAAAAAcAAAAAAAcAAAAAADcAAAAAABcAAAAAABRgAAAAABRgAAAAAARgAAAAACcwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAIAAAAAACIAAAAAADcwAAAAAAcAAAAAABcAAAAAABcQAAAAABcQAAAAADSAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAIAAAAAABIAAAAAAAIAAAAAABXwAAAAAAXwAAAAAAIAAAAAACIAAAAAABcwAAAAAAcAAAAAADcAAAAAABcQAAAAACcQAAAAACcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAAAcQAAAAACcQAAAAABcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcAAAAAADEQAAAAAGEQAAAAADEQAAAAACcAAAAAADcwAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAEQAAAAACcAAAAAAAcAAAAAADcAAAAAAAEQAAAAABcwAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAABAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAEQAAAAACcAAAAAABcwAAAAAAEQAAAAAEcAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAARwAAAAAAcwAAAAAARwAAAAABAAAAAAAAcwAAAAAAEQAAAAADcAAAAAADcAAAAAACEQAAAAAGcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAARwAAAAAAcwAAAAAARwAAAAACAAAAAAAAcwAAAAAAcAAAAAACEQAAAAAEcAAAAAADcAAAAAACEQAAAAAFYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcgAAAAAARwAAAAABcwAAAAAARwAAAAACAAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcgAAAAAARwAAAAAAcwAAAAAARwAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAVAAAAAADRwAAAAADRgAAAAAARwAAAAAAVAAAAAABAAAAAAAARwAAAAAAcwAAAAAARwAAAAADAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAARwAAAAABRwAAAAAARwAAAAAARwAAAAAARwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcwAAAAAASAAAAAAAYgAAAAAAcwAAAAAASAAAAAAASAAAAAAA + tiles: WgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAADLgAAAAAAWgAAAAABTgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACTAAAAAABTAAAAAABTAAAAAAAegAAAAAAHwAAAAACHwAAAAAAHwAAAAADZgAAAAAAZgAAAAAAIwAAAAAAIwAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATAAAAAAATAAAAAADTAAAAAAAegAAAAAAHwAAAAABHwAAAAADHwAAAAAAZgAAAAAAZgAAAAAAIwAAAAABIwAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAACTAAAAAABTAAAAAABTAAAAAADegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAIwAAAAADIwAAAAACegAAAAAAdwAAAAADdwAAAAADeAAAAAAAeAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAADZgAAAAAAZgAAAAAAIwAAAAADIwAAAAAAegAAAAAAdwAAAAACdwAAAAADeAAAAAABeAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADeAAAAAACeAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAdwAAAAADFAAAAAAEFAAAAAAEFAAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAFAAAAAADdwAAAAAAdwAAAAADdwAAAAAAFAAAAAAFegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFAAAAAABdwAAAAAAegAAAAAAFAAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAAAegAAAAAATQAAAAABAAAAAAAAegAAAAAAFAAAAAABdwAAAAACdwAAAAADFAAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAADegAAAAAATQAAAAACAAAAAAAAegAAAAAAdwAAAAADFAAAAAAEdwAAAAADdwAAAAACFAAAAAAFaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAATQAAAAABegAAAAAATQAAAAACAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAATQAAAAAAegAAAAAATQAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADTQAAAAACTAAAAAADTQAAAAAAWgAAAAABAAAAAAAATQAAAAABegAAAAAATQAAAAACAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAAAKwAAAAADVAAAAAAAVAAAAAADKwAAAAADVAAAAAAAYgAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACYQAAAAAASAAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAADVAAAAAACVAAAAAADSAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABXAAAAAAAWQAAAAAAYQAAAAABSAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAACYQAAAAAAWQAAAAAAYQAAAAABcwAAAAAAcAAAAAADcAAAAAABcAAAAAABcAAAAAABcAAAAAACcAAAAAABcwAAAAAAVAAAAAACVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAYQAAAAAAWQAAAAABYQAAAAACSAAAAAAAcAAAAAACcAAAAAABcAAAAAACcAAAAAADcAAAAAAAcAAAAAADcwAAAAAASAAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAYQAAAAACWQAAAAADYQAAAAACYgAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAACcAAAAAABcAAAAAAAcwAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAADcwAAAAAAYQAAAAABWQAAAAADYQAAAAADSAAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAABcAAAAAADcAAAAAABcwAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAADSAAAAAAAYQAAAAABWQAAAAACYQAAAAADcwAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAAAcwAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAABSAAAAAAAYQAAAAABWQAAAAABYQAAAAADcwAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAADcwAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAABSAAAAAAAYQAAAAACWQAAAAADYQAAAAACYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYQAAAAAAWQAAAAADYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYQAAAAACWQAAAAACYQAAAAABcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYQAAAAACWQAAAAACYQAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAARwAAAAAAVAAAAAACRwAAAAAAcwAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAADRgAAAAADVAAAAAABVAAAAAAAVAAAAAAAVAAAAAABVAAAAAABVAAAAAACcwAAAAAARwAAAAACRwAAAAADRwAAAAABYgAAAAAAVAAAAAADVAAAAAACVAAAAAADVAAAAAABVAAAAAAAVAAAAAABVAAAAAADVAAAAAADVAAAAAAAVAAAAAACVAAAAAACSAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACVAAAAAABSAAAAAAA + tiles: WgAAAAAALgAAAAACWgAAAAADWgAAAAAALgAAAAACWgAAAAAAaQAAAAAAXwAAAAABXwAAAAABXwAAAAADXwAAAAABXwAAAAABXwAAAAADXwAAAAAAaAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAACYgAAAAAAXwAAAAABaAAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACaAAAAAADXwAAAAADaAAAAAABegAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABaAAAAAADXwAAAAAAaAAAAAADTgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACegAAAAAATgAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAaAAAAAABXwAAAAADaAAAAAADaQAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADegAAAAAAaAAAAAACXwAAAAACaAAAAAADTgAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADTgAAAAAAaAAAAAADXwAAAAAAaAAAAAABegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAACTgAAAAAAaAAAAAACXwAAAAADaAAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAADXwAAAAAAaAAAAAADaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAAAXwAAAAAAaAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaAAAAAAAXwAAAAACaAAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaAAAAAABXwAAAAADaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATQAAAAAAWgAAAAADTQAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADTAAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABegAAAAAATQAAAAABTQAAAAAATQAAAAAAaQAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAWgAAAAADTgAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: cwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAYwAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAAAWQAAAAADYQAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAADWQAAAAACYQAAAAABVAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAAAWQAAAAADYQAAAAACVAAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAADDAAAAAABcwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAXgAAAAACVAAAAAADYQAAAAACWQAAAAAAYQAAAAACVAAAAAABDAAAAAACDAAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAACcwAAAAAAYwAAAAAAcwAAAAAAYgAAAAAAVAAAAAACVAAAAAACYQAAAAAAWQAAAAADYQAAAAAAcwAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAADcAAAAAADcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAXgAAAAAAVAAAAAAAYQAAAAACWQAAAAACYQAAAAAAcwAAAAAAcQAAAAACKwAAAAAAKwAAAAADcQAAAAABKwAAAAABcQAAAAABcwAAAAAAJwAAAAAAJwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAADWQAAAAADYQAAAAADcwAAAAAAcAAAAAACcAAAAAACcAAAAAAAcAAAAAADcAAAAAACcAAAAAABYgAAAAAAJwAAAAAAJwAAAAAAJwAAAAAASAAAAAAALQAAAAAAYQAAAAABWQAAAAAAYQAAAAADcwAAAAAADAAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAACcwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAASAAAAAAALQAAAAAAYQAAAAAAWQAAAAAAYQAAAAAAcwAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAAADAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAADWQAAAAAAYQAAAAABSAAAAAAADAAAAAADDAAAAAADDAAAAAABDAAAAAAADAAAAAADDAAAAAAADAAAAAACcwAAAAAAcAAAAAADcAAAAAACSAAAAAAALQAAAAAAYQAAAAACWQAAAAAAYQAAAAABSAAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAABYgAAAAAAcAAAAAACcAAAAAACSAAAAAAALQAAAAAAYQAAAAADWQAAAAADYQAAAAAASAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAABcAAAAAACcwAAAAAAcAAAAAAAcAAAAAADcwAAAAAALQAAAAAAYQAAAAADWQAAAAACYQAAAAADcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAYQAAAAABWQAAAAACYQAAAAADSAAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAABVAAAAAADVAAAAAAASAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAXAAAAAABWQAAAAABYQAAAAADYgAAAAAA + tiles: egAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAADXwAAAAAAaAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAADXwAAAAADaAAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAAAXwAAAAADaAAAAAABWgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAABaAAAAAACXwAAAAACaAAAAAAAWgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADegAAAAAAagAAAAAAegAAAAAAaQAAAAAAWgAAAAACWgAAAAABaAAAAAACXwAAAAACaAAAAAADegAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAABaAAAAAADXwAAAAABaAAAAAAAegAAAAAAeAAAAAAALgAAAAABLgAAAAAAeAAAAAADLgAAAAADeAAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAACaQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAMAAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAABDgAAAAAADgAAAAADegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAMAAAAAAAaAAAAAAAXwAAAAAAaAAAAAADegAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAACXwAAAAAAaAAAAAABTgAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAADDgAAAAABegAAAAAAdwAAAAAAdwAAAAAATgAAAAAAMAAAAAAAaAAAAAABXwAAAAADaAAAAAACTgAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAADaQAAAAAAdwAAAAABdwAAAAAATgAAAAAAMAAAAAAAaAAAAAAAXwAAAAADaAAAAAADTgAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAACegAAAAAAMAAAAAAAaAAAAAAAXwAAAAAAaAAAAAABegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAaAAAAAAAXwAAAAABaAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAADTgAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAACZwAAAAABYgAAAAABXwAAAAAAaAAAAAABaQAAAAAA version: 6 -2,0: ind: -2,0 - tiles: SAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAABVAAAAAACVAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAADVAAAAAABEwAAAAAAEwAAAAAAEwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAcwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAABcwAAAAAARgAAAAAARgAAAAACRgAAAAADEwAAAAAAEwAAAAAAEwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARgAAAAACRgAAAAAARgAAAAACSAAAAAAASAAAAAAASAAAAAAAcwAAAAAAGwAAAAAAGwAAAAADcwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAcwAAAAAARgAAAAACRgAAAAADRgAAAAACcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAARwAAAAAAcwAAAAAARwAAAAADcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAARwAAAAADcwAAAAAARwAAAAACAAAAAAAARwAAAAABcwAAAAAARwAAAAADRwAAAAAAcwAAAAAARwAAAAABAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAARwAAAAABcwAAAAAARwAAAAABAAAAAAAARwAAAAADcwAAAAAARwAAAAAARwAAAAADcwAAAAAARwAAAAACAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAARwAAAAABcwAAAAAARwAAAAACcgAAAAAARwAAAAABcwAAAAAARwAAAAABRwAAAAADcwAAAAAARwAAAAACAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAACcgAAAAAARwAAAAACcwAAAAAARwAAAAACRwAAAAABcwAAAAAARwAAAAADAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAARwAAAAAAcwAAAAAARwAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAA + tiles: TgAAAAAAaQAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAATAAAAAACTAAAAAABTAAAAAADFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAAATAAAAAABTAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAATAAAAAAATAAAAAABTAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAATQAAAAADegAAAAAATQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAegAAAAAATQAAAAADAAAAAAAATQAAAAADegAAAAAATQAAAAABTQAAAAABegAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAABegAAAAAATQAAAAABAAAAAAAATQAAAAACegAAAAAATQAAAAADTQAAAAACegAAAAAATQAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAACeQAAAAAATQAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAACAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATQAAAAABegAAAAAATQAAAAACeQAAAAAATQAAAAACegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAADAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAABAAAAAAAATQAAAAACegAAAAAATQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: cAAAAAAAcwAAAAAAcAAAAAACKwAAAAADcAAAAAABcAAAAAACKwAAAAABcAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAYgAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAABcAAAAAABcAAAAAACYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAGwAAAAACcwAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAAAcAAAAAACcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAZAAAAAACZAAAAAACcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAAAXwAAAAAAWQAAAAACWQAAAAABXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAXgAAAAAAXgAAAAACXgAAAAABVAAAAAACXwAAAAAAWQAAAAABWQAAAAADXwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAXwAAAAAAWQAAAAABWQAAAAABXwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcwAAAAAAYgAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAYgAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAASAAAAAAAOAAAAAAAOAAAAAAASAAAAAAAcwAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAACcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAAAVAAAAAACKwAAAAABXgAAAAADXgAAAAACKwAAAAACXgAAAAABXgAAAAABKwAAAAABXgAAAAADXgAAAAABKwAAAAAC + tiles: dwAAAAABegAAAAAAdwAAAAADLgAAAAADdwAAAAAAdwAAAAADLgAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAaQAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHgAAAAADegAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAawAAAAABawAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABZgAAAAAAXwAAAAADXwAAAAABZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAADWgAAAAADZgAAAAAAXwAAAAAAXwAAAAABZgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAZgAAAAAAXwAAAAADXwAAAAADZgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAACLgAAAAACZQAAAAABZQAAAAABLgAAAAAAZQAAAAACZQAAAAACLgAAAAADZQAAAAADZQAAAAADLgAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: bwAAAAADcwAAAAAAbwAAAAADbwAAAAACZwAAAAADbwAAAAABbwAAAAACbwAAAAACcwAAAAAAbwAAAAACbwAAAAABcwAAAAAAcAAAAAACcAAAAAABcAAAAAABcAAAAAABcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcAAAAAADbwAAAAAAbwAAAAADcwAAAAAAbwAAAAADZwAAAAADbwAAAAACcwAAAAAAbwAAAAACbwAAAAADbwAAAAABbwAAAAACcwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcAAAAAAAbwAAAAAAKwAAAAACYgAAAAAAZwAAAAACZwAAAAADZwAAAAADYgAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAADcwAAAAAAcAAAAAAAcAAAAAABcAAAAAABcAAAAAACbwAAAAACKwAAAAABSAAAAAAAbwAAAAADZwAAAAAAbwAAAAADcwAAAAAAbwAAAAADbwAAAAAAbwAAAAADbwAAAAABcwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcAAAAAACbwAAAAACbwAAAAAASAAAAAAAbwAAAAABZwAAAAAAbwAAAAAAcwAAAAAAbwAAAAABbwAAAAAAbwAAAAAAbwAAAAABcwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAYgAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAACVAAAAAACSAAAAAAAYAAAAAACYAAAAAAAYAAAAAACVAAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAADVAAAAAACYgAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACVAAAAAAASAAAAAAAYAAAAAACXAAAAAABWQAAAAAAXAAAAAADYAAAAAADYgAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAACYQAAAAACWQAAAAACYQAAAAADVAAAAAADRwAAAAACPwAAAAAAPwAAAAAAcwAAAAAAZAAAAAAAVAAAAAACVAAAAAADcwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAARwAAAAAAPwAAAAAAPwAAAAAAcwAAAAAAZAAAAAAAVAAAAAACVAAAAAADcwAAAAAAYwAAAAAAcwAAAAAAZAAAAAABcwAAAAAAYQAAAAADWQAAAAACYQAAAAADcwAAAAAARwAAAAABPwAAAAAAPwAAAAAAcwAAAAAAZAAAAAAAVAAAAAAAVAAAAAACcwAAAAAAYwAAAAAAcwAAAAAAZAAAAAAAcwAAAAAAYQAAAAADWQAAAAACYQAAAAABcwAAAAAARwAAAAACPwAAAAAAPwAAAAAAcwAAAAAAZAAAAAAAVAAAAAAAVAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYQAAAAAAWQAAAAABYQAAAAACcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAALQAAAAAAYQAAAAADWQAAAAAAYQAAAAABcwAAAAAA + tiles: dgAAAAABegAAAAAAdgAAAAAAdgAAAAADbgAAAAACdgAAAAACdgAAAAAAdgAAAAACegAAAAAAdgAAAAADdgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAdwAAAAACdgAAAAABdgAAAAAAegAAAAAAdgAAAAACbgAAAAACdgAAAAACegAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAdwAAAAABdgAAAAAALgAAAAAAaQAAAAAAbgAAAAAAbgAAAAACbgAAAAABaQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdgAAAAADLgAAAAADTgAAAAAAdgAAAAADbgAAAAADdgAAAAACegAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAABegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAdwAAAAABdgAAAAABdgAAAAACTgAAAAAAdgAAAAACbgAAAAABdgAAAAACegAAAAAAdgAAAAAAdgAAAAACdgAAAAAAdgAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAABWgAAAAABTgAAAAAAZwAAAAAAZwAAAAABZwAAAAABWgAAAAADXwAAAAACXwAAAAADXwAAAAACXwAAAAABXwAAAAAAXwAAAAAAXwAAAAADXwAAAAAAXwAAAAAAXwAAAAACWgAAAAACaQAAAAAAXwAAAAACXwAAAAAAXwAAAAAAXwAAAAADXwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAABWgAAAAABTgAAAAAAZwAAAAABYgAAAAAAXwAAAAAAYgAAAAAAZwAAAAACaQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABaAAAAAABXwAAAAAAaAAAAAABWgAAAAABTQAAAAADQgAAAAAAQgAAAAAAegAAAAAAawAAAAADWgAAAAABWgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATQAAAAAAQgAAAAAAQgAAAAAAegAAAAAAawAAAAAAWgAAAAABWgAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAaAAAAAAAXwAAAAAAaAAAAAADegAAAAAATQAAAAACQgAAAAAAQgAAAAAAegAAAAAAawAAAAACWgAAAAAAWgAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAaAAAAAACXwAAAAABaAAAAAAAegAAAAAATQAAAAABQgAAAAAAQgAAAAAAegAAAAAAawAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAaAAAAAAAXwAAAAACaAAAAAADegAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: cwAAAAAAcwAAAAAAcwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAcwAAAAAAYQAAAAADWQAAAAABYQAAAAAAcwAAAAAAbwAAAAABKwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAGwAAAAABGwAAAAAAPgAAAAAAPgAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAGwAAAAABGwAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAYQAAAAACWQAAAAACYQAAAAADcwAAAAAAbwAAAAADbwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYQAAAAADKwAAAAABYQAAAAADcwAAAAAAbwAAAAAAKwAAAAAASAAAAAAAcAAAAAABcAAAAAAAcAAAAAACIQAAAAAAIQAAAAAAcAAAAAACcAAAAAACcAAAAAAASAAAAAAAYQAAAAABWQAAAAACYQAAAAABcwAAAAAAbwAAAAACKwAAAAAAcAAAAAADcAAAAAABcQAAAAAAcAAAAAAAIQAAAAAAIQAAAAAAcAAAAAADcQAAAAAAcAAAAAAASAAAAAAAYQAAAAAAKwAAAAAAYQAAAAAAcwAAAAAAbwAAAAACbwAAAAADSAAAAAAAcAAAAAADcQAAAAABcAAAAAAAIQAAAAAAIQAAAAAAcAAAAAABcQAAAAABcAAAAAABcwAAAAAAYQAAAAAAWQAAAAABYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcAAAAAABcAAAAAADcAAAAAACIQAAAAAAIQAAAAAAcAAAAAADcAAAAAAAcAAAAAACSAAAAAAAYQAAAAACKwAAAAACYQAAAAADSAAAAAAAVAAAAAADYAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYQAAAAAAWQAAAAAAYQAAAAACYgAAAAAAVAAAAAACWQAAAAABYgAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAABVAAAAAACVAAAAAADVAAAAAADVAAAAAADXAAAAAACKwAAAAAAYQAAAAAASAAAAAAAVAAAAAACYAAAAAACSAAAAAAAVAAAAAACXAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAACXAAAAAADWQAAAAADYQAAAAADcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAVAAAAAADYQAAAAABKwAAAAADWQAAAAABKwAAAAAAWQAAAAAAKwAAAAACWQAAAAAAKwAAAAAAWQAAAAAAKwAAAAACYQAAAAACcwAAAAAAEgAAAAAAEgAAAAAAcwAAAAAAVAAAAAABYQAAAAAAWQAAAAABVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAAAVAAAAAAAWQAAAAABYQAAAAACSAAAAAAAEgAAAAAAEgAAAAAAcwAAAAAAVAAAAAAAYQAAAAAAKwAAAAAAVAAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAADcAAAAAABVAAAAAAAKwAAAAADYQAAAAACSAAAAAAAEgAAAAAAEgAAAAAAYgAAAAAAVAAAAAADYQAAAAABWQAAAAACVAAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAABVAAAAAADWQAAAAABYQAAAAABcwAAAAAAEgAAAAAAEgAAAAAAcwAAAAAAVAAAAAABYQAAAAABKwAAAAADVAAAAAACcAAAAAACcAAAAAAAcAAAAAAAcAAAAAADcAAAAAABVAAAAAAAKwAAAAACYQAAAAADcwAAAAAAcwAAAAAAcwAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADegAAAAAAaAAAAAACXwAAAAAAaAAAAAABegAAAAAAdgAAAAADLgAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAHgAAAAADHgAAAAADQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAHgAAAAACHgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaAAAAAAAXwAAAAAAaAAAAAAAegAAAAAAdgAAAAAAdgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAACLgAAAAAAaAAAAAAAegAAAAAAdgAAAAABLgAAAAACTgAAAAAAdwAAAAACdwAAAAACdwAAAAAAJAAAAAAAJAAAAAAAdwAAAAABdwAAAAACdwAAAAABTgAAAAAAaAAAAAABXwAAAAADaAAAAAADegAAAAAAdgAAAAABLgAAAAAAdwAAAAADdwAAAAACeAAAAAADdwAAAAABJAAAAAAAJAAAAAAAdwAAAAADeAAAAAACdwAAAAABTgAAAAAAaAAAAAAALgAAAAACaAAAAAAAegAAAAAAdgAAAAAAdgAAAAACTgAAAAAAdwAAAAACeAAAAAACdwAAAAABJAAAAAAAJAAAAAAAdwAAAAAAeAAAAAACdwAAAAABegAAAAAAaAAAAAADXwAAAAABaAAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAABdwAAAAACJAAAAAAAJAAAAAAAdwAAAAAAdwAAAAACdwAAAAACTgAAAAAAaAAAAAADLgAAAAADaAAAAAACTgAAAAAAWgAAAAADZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAACaQAAAAAAWgAAAAABXwAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADYgAAAAAALgAAAAABaAAAAAACTgAAAAAAWgAAAAABZwAAAAACTgAAAAAAWgAAAAACYgAAAAADZwAAAAADZwAAAAABZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAABYgAAAAADXwAAAAACaAAAAAACegAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABaAAAAAACLgAAAAAAXwAAAAABLgAAAAABXwAAAAAALgAAAAACXwAAAAABLgAAAAABXwAAAAADLgAAAAACaAAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAADaAAAAAADXwAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADXwAAAAADaAAAAAADTgAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAABaAAAAAABLgAAAAABWgAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAACWgAAAAADLgAAAAABaAAAAAADTgAAAAAAFQAAAAAAFQAAAAAAaQAAAAAAWgAAAAADaAAAAAACXwAAAAABWgAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAABWgAAAAAAXwAAAAACaAAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAADaAAAAAAALgAAAAABWgAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAABWgAAAAABLgAAAAAAaAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: PgAAAAAAcwAAAAAAGwAAAAACGwAAAAABSAAAAAAAcAAAAAAAcAAAAAABcAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAABGwAAAAABSAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAABcwAAAAAAGwAAAAACGwAAAAACcwAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAGwAAAAACPgAAAAAAPgAAAAAAcwAAAAAAGwAAAAABPgAAAAAAPgAAAAAAPgAAAAAAGwAAAAADGwAAAAABSAAAAAAAWQAAAAACVAAAAAACVAAAAAADWQAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADYgAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAADYgAAAAAAWQAAAAAAVAAAAAADVAAAAAADWQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAPgAAAAAAGwAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAASAAAAAAAWQAAAAACVAAAAAADVAAAAAAAWQAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAWQAAAAABVAAAAAABVAAAAAAAWQAAAAACcAAAAAACcAAAAAADcAAAAAABcAAAAAABcAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAABcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAYgAAAAAAYgAAAAAASAAAAAAASAAAAAAAcwAAAAAAYAAAAAACYAAAAAACcwAAAAAASAAAAAAAYgAAAAAASAAAAAAASAAAAAAAXgAAAAAAcwAAAAAALQAAAAAALQAAAAAAcAAAAAABcAAAAAADLQAAAAAALQAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACXgAAAAAAYgAAAAAAcAAAAAABKwAAAAABcAAAAAACcAAAAAAAKwAAAAAAcAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAAAXgAAAAABcwAAAAAAcAAAAAAAKwAAAAAAcAAAAAABcAAAAAADKwAAAAAAcAAAAAABcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABcwAAAAAAcwAAAAAAcAAAAAACKwAAAAADcAAAAAADcAAAAAAAKwAAAAAAcAAAAAABcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAAC + tiles: QQAAAAAAegAAAAAAHgAAAAABHgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABTgAAAAAAdwAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAHgAAAAACHgAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAHgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAHgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAAAHgAAAAADTgAAAAAAXwAAAAACWgAAAAAAWgAAAAABXwAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAAAaQAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAaQAAAAAAXwAAAAACWgAAAAAAWgAAAAADXwAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAHgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAXwAAAAACWgAAAAABWgAAAAABXwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAXwAAAAACWgAAAAAAWgAAAAADXwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADZwAAAAADZwAAAAABZwAAAAABZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAADZwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAACXwAAAAAAXwAAAAAAXwAAAAABXwAAAAABXwAAAAADXwAAAAADXwAAAAADXwAAAAABXwAAAAADXwAAAAACXwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAZwAAAAAAZwAAAAADegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAZQAAAAACegAAAAAAMAAAAAAAMAAAAAAAdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACZQAAAAADaQAAAAAAdwAAAAABLgAAAAABdwAAAAAAdwAAAAADLgAAAAABdwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAACZQAAAAACegAAAAAAdwAAAAACLgAAAAADdwAAAAABdwAAAAAALgAAAAABdwAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAegAAAAAAdwAAAAAALgAAAAADdwAAAAACdwAAAAAALgAAAAADdwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAAA version: 6 -3,0: ind: -3,0 - tiles: cwAAAAAAcwAAAAAAcAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcAAAAAADcAAAAAAAcAAAAAACcQAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAIAAAAAAAGwAAAAADGwAAAAACHAAAAAABHAAAAAACcwAAAAAAcAAAAAACcwAAAAAAcAAAAAAAcAAAAAADcAAAAAACcQAAAAADcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAIAAAAAACGwAAAAACGwAAAAAAHAAAAAADHAAAAAABcwAAAAAAcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAABPgAAAAAAcwAAAAAAcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAGwAAAAADGwAAAAABPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAASAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAPgAAAAAAIAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAcgAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAWwAAAAAAYwAAAAAAYwAAAAAAZAAAAAAAZAAAAAACcwAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAVAAAAAADYwAAAAAAYwAAAAAAZAAAAAACZAAAAAADcwAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAWwAAAAAAYwAAAAAAYwAAAAAAZAAAAAABZAAAAAADcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAVAAAAAACYwAAAAAAYwAAAAAAZAAAAAABZAAAAAADcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAADeAAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAACHgAAAAABHgAAAAADHwAAAAABHwAAAAABegAAAAAAdwAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABeAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAABHgAAAAACHgAAAAACHwAAAAABHwAAAAADegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADQQAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAIwAAAAABQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAYQAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAADegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABagAAAAAAagAAAAAAawAAAAACawAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAABegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACagAAAAAAagAAAAAAawAAAAADawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: YgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAABJAAAAAABcwAAAAAAcAAAAAAAcAAAAAADYQAAAAAAYQAAAAADcwAAAAAAXgAAAAACXgAAAAADcwAAAAAAcAAAAAACcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAXgAAAAACXgAAAAADcwAAAAAAcAAAAAADcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYQAAAAAAYQAAAAAAYQAAAAABcwAAAAAAXgAAAAAAXgAAAAAAcwAAAAAAcAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYQAAAAACWQAAAAACYQAAAAADcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYQAAAAABWQAAAAABYQAAAAABcwAAAAAAVAAAAAADVAAAAAADVAAAAAADSAAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAACVAAAAAABVAAAAAADVAAAAAADXAAAAAACYQAAAAACWQAAAAABYQAAAAABcwAAAAAAVAAAAAADVAAAAAACVAAAAAABYgAAAAAAVAAAAAABVAAAAAACVAAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAACXAAAAAAAYQAAAAACWQAAAAABYQAAAAAAcwAAAAAAVAAAAAAAVAAAAAACVAAAAAACSAAAAAAAcwAAAAAAcAAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcAAAAAABcwAAAAAAcwAAAAAAYQAAAAACWQAAAAADYQAAAAADcwAAAAAAVAAAAAADVAAAAAAAVAAAAAACcwAAAAAAcAAAAAAAcAAAAAADcAAAAAABcwAAAAAAcAAAAAAAcAAAAAADcAAAAAABSAAAAAAAYQAAAAADWQAAAAABYQAAAAADcwAAAAAAVAAAAAABVAAAAAABVAAAAAABcwAAAAAAcAAAAAACcAAAAAACcAAAAAAAcwAAAAAAcAAAAAADcAAAAAACcAAAAAACSAAAAAAAYQAAAAABWQAAAAACXgAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAAAcAAAAAACcwAAAAAAYQAAAAACWQAAAAACXgAAAAAAcwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACYgAAAAAARgAAAAAARgAAAAADRgAAAAAAcwAAAAAAcAAAAAADcAAAAAABcAAAAAACSAAAAAAAYQAAAAADWQAAAAABXgAAAAAAcwAAAAAAGwAAAAABGwAAAAACGwAAAAACSAAAAAAARgAAAAACRgAAAAAARgAAAAAAcwAAAAAAcAAAAAABcAAAAAABcAAAAAAASAAAAAAAYQAAAAABWQAAAAADYQAAAAACcwAAAAAAGwAAAAACGwAAAAABGwAAAAACSAAAAAAAYgAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcAAAAAABSAAAAAAAcwAAAAAAYQAAAAADWQAAAAAAYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAACVAAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAACYgAAAAAAVAAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAACVAAAAAAAVAAAAAADVAAAAAADVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAYgAAAAAAVAAAAAAD + tiles: aQAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAABegAAAAAAdwAAAAACdwAAAAADaAAAAAADaAAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAADegAAAAAAdwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaAAAAAAAaAAAAAADaAAAAAADegAAAAAAZQAAAAACZQAAAAADegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaAAAAAACXwAAAAABaAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADYgAAAAAAaAAAAAAAXwAAAAADaAAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAYgAAAAABaAAAAAAAXwAAAAACaAAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAATgAAAAAAdwAAAAACegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAABTgAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAaAAAAAABXwAAAAABZQAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADaQAAAAAATAAAAAAATAAAAAAATAAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAADZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAACXwAAAAADaAAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADaQAAAAAAWgAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: RgAAAAAARgAAAAACcwAAAAAARgAAAAACRgAAAAAARgAAAAAAcwAAAAAAZAAAAAAAcwAAAAAAcwAAAAAAZAAAAAABSAAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAPgAAAAAARgAAAAACRgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARgAAAAADRgAAAAABRgAAAAACRgAAAAACRgAAAAAARgAAAAAAcwAAAAAAZAAAAAACcwAAAAAAZAAAAAACZAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAASAAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAcwAAAAAAPgAAAAAARwAAAAADRwAAAAABRwAAAAAAGwAAAAADYgAAAAAAGwAAAAAARgAAAAABVAAAAAABVAAAAAACVAAAAAABVAAAAAABVAAAAAAAVAAAAAAAVAAAAAADYgAAAAAAGwAAAAADRwAAAAADRwAAAAACRwAAAAADGwAAAAABYgAAAAAAJAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAABVAAAAAABVAAAAAABVAAAAAABcwAAAAAAPgAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABcwAAAAAAGwAAAAADVAAAAAACcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAXAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAACcAAAAAABGwAAAAAAGwAAAAACJAAAAAACJAAAAAAAJAAAAAABJAAAAAADGwAAAAAAGwAAAAACYQAAAAAAYQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADRwAAAAAAGwAAAAABJAAAAAADJAAAAAACJAAAAAADJAAAAAACJAAAAAADSAAAAAAAYQAAAAAAYQAAAAAAXAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACGwAAAAABGwAAAAABJAAAAAADJAAAAAACJAAAAAACJAAAAAABcwAAAAAAcwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAcwAAAAAASAAAAAAAcwAAAAAASAAAAAAASAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAACJAAAAAAAJAAAAAAASAAAAAAAcAAAAAADcAAAAAABYQAAAAACYQAAAAADcwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAACJAAAAAAAJAAAAAABGwAAAAABJAAAAAADJAAAAAACJAAAAAADSAAAAAAAcAAAAAADcAAAAAAAYQAAAAAAYQAAAAADSAAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAACRwAAAAAAGwAAAAABGwAAAAAAJAAAAAAAJAAAAAACJAAAAAABcwAAAAAAcAAAAAACcAAAAAABYQAAAAABYQAAAAACSAAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACGwAAAAABGwAAAAABGwAAAAABJAAAAAACJAAAAAAAJAAAAAAAcwAAAAAAcAAAAAACcAAAAAAAYQAAAAACYQAAAAABSAAAAAAAXgAAAAAAXgAAAAACcwAAAAAAcwAAAAAA + tiles: TAAAAAAATAAAAAADegAAAAAATAAAAAAATAAAAAABTAAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABegAAAAAAawAAAAADegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACTAAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADaQAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABaQAAAAAAJwAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAACdwAAAAABHgAAAAAAHgAAAAADJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAABHgAAAAAAHgAAAAABaAAAAAABaAAAAAACXwAAAAABXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAADTQAAAAADHgAAAAACJwAAAAABJwAAAAABJwAAAAAAJwAAAAAAJwAAAAADTgAAAAAAaAAAAAADaAAAAAADYgAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAHgAAAAACHgAAAAACJwAAAAABJwAAAAAAJwAAAAABJwAAAAADegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAdwAAAAACdwAAAAACaAAAAAAAaAAAAAABegAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAdwAAAAABdwAAAAACaAAAAAACaAAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABJwAAAAAAJwAAAAAAegAAAAAAdwAAAAADdwAAAAABaAAAAAAAaAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADHgAAAAAAHgAAAAACHgAAAAACJwAAAAABJwAAAAAAJwAAAAAAegAAAAAAdwAAAAAAdwAAAAACaAAAAAAAaAAAAAACTgAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAARwAAAAABcAAAAAACRwAAAAAAcAAAAAABRwAAAAABcAAAAAABRwAAAAACVAAAAAAAWQAAAAABWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcAAAAAACRwAAAAAAcAAAAAAARwAAAAACcAAAAAADRwAAAAAAcAAAAAAAVAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAABcAAAAAAAcAAAAAADRgAAAAABVAAAAAACWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcwAAAAAAVAAAAAAAVAAAAAABVAAAAAABcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAADAAAAAADDAAAAAADRgAAAAAAVAAAAAABVAAAAAACcwAAAAAAZgAAAAAAZgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAOgAAAAAAOgAAAAAADAAAAAADDAAAAAAASAAAAAAARgAAAAACVAAAAAACVAAAAAADcwAAAAAAbwAAAAAAbwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAOgAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAABRgAAAAADVAAAAAAAVAAAAAADcwAAAAAAbwAAAAAAbwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAAAcwAAAAAARgAAAAADVAAAAAADVAAAAAADcwAAAAAAbwAAAAAAbwAAAAAASAAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAbwAAAAAAbwAAAAAAVgAAAAADSAAAAAAAPgAAAAAAJAAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAADcwAAAAAAYQAAAAACWQAAAAAAYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAAVgAAAAACYgAAAAAAPgAAAAAAJAAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADYgAAAAAAYQAAAAADWQAAAAABYQAAAAADcwAAAAAAbwAAAAABbwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAABGwAAAAAAJAAAAAABJAAAAAACJAAAAAABJAAAAAAASAAAAAAAYQAAAAABWQAAAAACYQAAAAAAcwAAAAAAbwAAAAACbwAAAAAAcQAAAAAAcQAAAAAAcwAAAAAAJAAAAAABGwAAAAADJAAAAAACJAAAAAACJAAAAAACJAAAAAAASAAAAAAAYQAAAAACWQAAAAADYQAAAAABcwAAAAAAbwAAAAAAbwAAAAACcAAAAAAAcQAAAAAAYgAAAAAAJAAAAAABGwAAAAADJAAAAAADJAAAAAABJAAAAAADJAAAAAADSAAAAAAAYQAAAAADWQAAAAAAYQAAAAAAcwAAAAAASAAAAAAASAAAAAAAcAAAAAAAcQAAAAAAYgAAAAAAJAAAAAACJAAAAAACJAAAAAADJAAAAAAAJAAAAAAAJAAAAAACSAAAAAAAYQAAAAAAWQAAAAACYQAAAAAAYgAAAAAAbwAAAAAAKwAAAAAAcQAAAAAAcQAAAAAAcwAAAAAAYgAAAAAAJAAAAAABJAAAAAACJAAAAAAAJAAAAAAAJAAAAAABSAAAAAAAYQAAAAADWQAAAAAAYQAAAAADYgAAAAAAKwAAAAACbwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAdwAAAAAATQAAAAABdwAAAAACTQAAAAADdwAAAAABTQAAAAAAWgAAAAAAXwAAAAACXwAAAAAAXwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADTQAAAAACdwAAAAAATQAAAAAAdwAAAAAATQAAAAABdwAAAAABWgAAAAAAXwAAAAABXwAAAAAAXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAATAAAAAACWgAAAAACXwAAAAACXwAAAAACXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAADgAAAAADDgAAAAACTAAAAAABWgAAAAAAWgAAAAABegAAAAAAbQAAAAAAbQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAPQAAAAAAPQAAAAAADgAAAAABDgAAAAAATgAAAAAATAAAAAAAWgAAAAACWgAAAAAAegAAAAAAdgAAAAACdgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAPQAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAACTAAAAAAAWgAAAAABWgAAAAAAegAAAAAAdgAAAAACdgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAACegAAAAAATAAAAAAAWgAAAAACWgAAAAACegAAAAAAdgAAAAACdgAAAAADTgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAdgAAAAABdgAAAAADPwAAAAAATgAAAAAAHgAAAAABJwAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABegAAAAAAaAAAAAAAXwAAAAADaAAAAAADegAAAAAAegAAAAAAegAAAAAAPwAAAAAAaQAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAACaQAAAAAAaAAAAAABXwAAAAAAaAAAAAADegAAAAAAdgAAAAACdgAAAAABegAAAAAAegAAAAAAegAAAAAAJwAAAAAAHgAAAAADJwAAAAADJwAAAAAAJwAAAAADJwAAAAADTgAAAAAAaAAAAAACXwAAAAAAaAAAAAABegAAAAAAdgAAAAADdgAAAAAAeAAAAAABeAAAAAAAegAAAAAAJwAAAAACHgAAAAAAJwAAAAACJwAAAAAAJwAAAAAAJwAAAAACTgAAAAAAaAAAAAADXwAAAAADaAAAAAACegAAAAAAdgAAAAAAdgAAAAABdwAAAAABeAAAAAABaQAAAAAAJwAAAAACHgAAAAADJwAAAAAAJwAAAAAAJwAAAAACJwAAAAABTgAAAAAAaAAAAAACXwAAAAABaAAAAAADegAAAAAATgAAAAAATgAAAAAAdwAAAAAAeAAAAAACaQAAAAAAJwAAAAABJwAAAAABHgAAAAADJwAAAAABJwAAAAACJwAAAAABTgAAAAAAaAAAAAADXwAAAAACaAAAAAAAaQAAAAAAdgAAAAABLgAAAAABeAAAAAAAeAAAAAAAegAAAAAAaQAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABTgAAAAAAaAAAAAADXwAAAAAAaAAAAAADaQAAAAAALgAAAAACdgAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: SAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAGwAAAAADcwAAAAAAGwAAAAAAcwAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAGwAAAAADcwAAAAAAGwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAPgAAAAAAPgAAAAAASAAAAAAAVgAAAAAAVgAAAAABVgAAAAAAGwAAAAADcwAAAAAAGwAAAAADYgAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAPgAAAAAAPgAAAAAASAAAAAAAVgAAAAAAVgAAAAACVgAAAAADGwAAAAADcwAAAAAAGwAAAAADcwAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAGwAAAAABcwAAAAAAGwAAAAADcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcwAAAAAAcwAAAAAAGwAAAAABKwAAAAABcwAAAAAAcAAAAAADcAAAAAAAcAAAAAADcwAAAAAAcwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAPgAAAAAAcwAAAAAAGwAAAAABJAAAAAAAYgAAAAAAcAAAAAADcAAAAAADcAAAAAAAcwAAAAAAcwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAcwAAAAAAcAAAAAAAcAAAAAACcAAAAAABcwAAAAAAcwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAA + tiles: TgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAACegAAAAAAHgAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADegAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAHgAAAAAAegAAAAAAHgAAAAADaQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAHgAAAAACegAAAAAAHgAAAAABegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAADegAAAAAAegAAAAAAHgAAAAADLgAAAAACHgAAAAADTQAAAAABHgAAAAAATQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeAAAAAABdwAAAAABdwAAAAABQQAAAAAAegAAAAAATQAAAAABJwAAAAABTQAAAAACHgAAAAAATQAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAAC version: 6 -3,-3: ind: -3,-3 - tiles: cgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAGwAAAAACcwAAAAAAGwAAAAACcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAABcwAAAAAAGwAAAAACcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAADcwAAAAAAGwAAAAABSAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAACcwAAAAAAGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAADcwAAAAAAGwAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAACGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAGwAAAAADGwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAGwAAAAADGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAPgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAZAAAAAACcwAAAAAAcwAAAAAAZAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAA + tiles: eQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAADegAAAAAAHgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAADeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAawAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: VAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAACcwAAAAAARgAAAAAARgAAAAADRgAAAAACRgAAAAADRgAAAAABcwAAAAAAcwAAAAAAcgAAAAAAVAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAACYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAZgAAAAAAZgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAbwAAAAAAbwAAAAAAcwAAAAAAbwAAAAAAZgAAAAAAcwAAAAAAbwAAAAAAbwAAAAAAZgAAAAAARgAAAAAAVAAAAAABVAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAbwAAAAAAbwAAAAAASAAAAAAAbwAAAAAAZgAAAAAASAAAAAAAZgAAAAAAbwAAAAAAZgAAAAAAVAAAAAACWwAAAAAAVAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAbwAAAAAAZgAAAAAAVAAAAAAAVAAAAAABVAAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAbwAAAAAAbwAAAAAASAAAAAAAZgAAAAAAZgAAAAAASAAAAAAAbwAAAAAAbwAAAAAAZgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAbwAAAAAAZgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAbwAAAAAAbwAAAAABZgAAAAACZgAAAAADcwAAAAAAPAAAAAAAbwAAAAACbwAAAAADZgAAAAAAZgAAAAAAZgAAAAAAbwAAAAAAbwAAAAADbwAAAAACYgAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADcwAAAAAAPAAAAAAAbwAAAAADbwAAAAABbwAAAAACZwAAAAADZwAAAAACZwAAAAACZwAAAAADbwAAAAABSAAAAAAAbwAAAAADbwAAAAABbwAAAAAAZgAAAAAAZgAAAAADcwAAAAAAcAAAAAADbwAAAAACcwAAAAAAbwAAAAAAZwAAAAAAbwAAAAAAbwAAAAABZwAAAAADbwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAbwAAAAAAZwAAAAADbwAAAAACbwAAAAADZwAAAAACbwAAAAADcwAAAAAAbwAAAAADbwAAAAADcwAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAAAbwAAAAADYgAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAADYgAAAAAAbwAAAAACKwAAAAACcwAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAABKwAAAAABSAAAAAAAbwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAAAbwAAAAABcwAAAAAAbwAAAAACKwAAAAABcwAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAAC + tiles: WgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATAAAAAADTAAAAAAATAAAAAACTAAAAAADTAAAAAADegAAAAAAegAAAAAAeQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdgAAAAABdgAAAAADegAAAAAAdgAAAAABbQAAAAADegAAAAAAdgAAAAABdgAAAAABbQAAAAAATAAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAdgAAAAADdgAAAAABTgAAAAAAdgAAAAADbQAAAAABTgAAAAAAbQAAAAADdgAAAAACbQAAAAABWgAAAAADYQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAADdgAAAAADdgAAAAABbQAAAAACbQAAAAAAbQAAAAADbQAAAAACdgAAAAAAbQAAAAACWgAAAAACWgAAAAABWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdgAAAAAAdgAAAAAATgAAAAAAbQAAAAABbQAAAAAATgAAAAAAdgAAAAAAdgAAAAABbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAADdgAAAAABbQAAAAABbQAAAAABegAAAAAAPwAAAAAAdgAAAAAAdgAAAAAAbQAAAAABbQAAAAADbQAAAAADdgAAAAABdgAAAAABdgAAAAACaQAAAAAAbgAAAAABbgAAAAACbgAAAAAAbgAAAAABbgAAAAADegAAAAAAPwAAAAAAdgAAAAAAdgAAAAAAdgAAAAADbgAAAAACbgAAAAACbgAAAAABbgAAAAABdgAAAAACTgAAAAAAdgAAAAADdgAAAAADdgAAAAACbQAAAAACbQAAAAACegAAAAAAdwAAAAACdgAAAAAAegAAAAAAdgAAAAAAbgAAAAACdgAAAAADdgAAAAABbgAAAAADdgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAADbgAAAAADdgAAAAADdgAAAAABbgAAAAACdgAAAAABegAAAAAAdgAAAAABdgAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAACdgAAAAADaQAAAAAAbgAAAAADbgAAAAACbgAAAAADbgAAAAAAbgAAAAAAbgAAAAACaQAAAAAAdgAAAAACLgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAADLgAAAAABTgAAAAAAdgAAAAACbgAAAAABbgAAAAADbgAAAAABbgAAAAACdgAAAAABegAAAAAAdgAAAAADLgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAGwAAAAACGwAAAAAAGwAAAAACSAAAAAAAGwAAAAADGwAAAAACGwAAAAAAcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAACRwAAAAABGwAAAAACYgAAAAAAGwAAAAAAcwAAAAAAGwAAAAABcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAACGwAAAAACSAAAAAAAGwAAAAABcwAAAAAAGwAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAADeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACegAAAAAAHgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABegAAAAAAHgAAAAAB version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcAAAAAADcAAAAAACcAAAAAABcAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcAAAAAACcAAAAAACcAAAAAAAcAAAAAADcAAAAAADYgAAAAAAcwAAAAAAcwAAAAAAXgAAAAACVAAAAAADVAAAAAADVAAAAAACcgAAAAAAAAAAAAAAcgAAAAAASAAAAAAAcAAAAAAAcAAAAAADcAAAAAADcAAAAAACcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAXgAAAAACVAAAAAABVAAAAAACVAAAAAACcgAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAACcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAcwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAYwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAADcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAASAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAVAAAAAACVAAAAAADVAAAAAADVAAAAAAA + tiles: AAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAAAWgAAAAADWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAADWgAAAAABWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAD version: 6 -4,0: ind: -4,0 - tiles: cgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAASAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAADcAAAAAACcAAAAAACcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAcQAAAAAAcQAAAAACcAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcAAAAAAAcAAAAAABcAAAAAACcwAAAAAAcwAAAAAAcAAAAAACcAAAAAACcAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcAAAAAADNQAAAAABNQAAAAACNQAAAAADNQAAAAADNQAAAAAAcAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcAAAAAABNQAAAAACNQAAAAADNQAAAAADNQAAAAAANQAAAAADcAAAAAACcAAAAAACcAAAAAACcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcAAAAAADNQAAAAABNQAAAAADNQAAAAAANQAAAAACNQAAAAADcwAAAAAAcAAAAAAAcAAAAAADcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAADcAAAAAABcAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcAAAAAAAJwAAAAAAJwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcAAAAAABJwAAAAAAJwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcAAAAAAAJwAAAAAAJwAAAAAAcAAAAAAAcAAAAAACcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcAAAAAACcAAAAAABcAAAAAABcAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADeAAAAAADeAAAAAADdwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACOAAAAAAAOAAAAAABOAAAAAAAOAAAAAABOAAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAOAAAAAACOAAAAAADOAAAAAADOAAAAAACOAAAAAACdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAdwAAAAAAOAAAAAAAOAAAAAADOAAAAAACOAAAAAABOAAAAAADegAAAAAAdwAAAAABdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABKgAAAAAAKgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADKgAAAAAAKgAAAAAAdwAAAAACdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: cgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARgAAAAABcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARgAAAAABcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARgAAAAADcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAGwAAAAADcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAJAAAAAADcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAGwAAAAACAAAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAGwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAGwAAAAABGwAAAAADGwAAAAABAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAASAAAAAAAGwAAAAABRwAAAAADGwAAAAABAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAASAAAAAAAGwAAAAAAGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAACJAAAAAAAJAAAAAADJAAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAADJAAAAAABJAAAAAAAJAAAAAADGwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAACJAAAAAACJAAAAAAAJAAAAAADGwAAAAAA + tiles: eQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAADeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAJwAAAAADeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAHgAAAAADAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAACTQAAAAABHgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAACJwAAAAADJwAAAAABJwAAAAABHgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAABHgAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: cgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAJAAAAAAAJAAAAAADJAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAJAAAAAACJAAAAAADJAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAPAAAAAAAPAAAAAAAcwAAAAAAYQAAAAACYQAAAAACYQAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAASAAAAAAAYQAAAAABWQAAAAACYQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAASAAAAAAAYQAAAAADWQAAAAAAYQAAAAABSAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAJAAAAAADJAAAAAAAcAAAAAABcAAAAAADcAAAAAADYgAAAAAAYQAAAAABWQAAAAADcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcwAAAAAAJAAAAAACVAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYQAAAAABWQAAAAACYQAAAAABcwAAAAAASgAAAAAASgAAAAAASgAAAAAAcwAAAAAAcgAAAAAASAAAAAAAJAAAAAAAVAAAAAADcAAAAAADcAAAAAADcAAAAAADcwAAAAAAYQAAAAACWQAAAAABYQAAAAAAcwAAAAAASgAAAAAASgAAAAAASgAAAAAASAAAAAAAcgAAAAAASAAAAAAAJAAAAAADVAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAYgAAAAAAYQAAAAACWQAAAAACYQAAAAACcwAAAAAASgAAAAAASgAAAAAASgAAAAAAcwAAAAAAcgAAAAAASAAAAAAAJAAAAAAAVAAAAAADcAAAAAABcAAAAAACcAAAAAADcwAAAAAAYQAAAAABWQAAAAAAYQAAAAACcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcwAAAAAAJAAAAAABVAAAAAAC + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAJwAAAAABJwAAAAADJwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAJwAAAAAAJwAAAAAAJwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaAAAAAACaAAAAAABaAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAaAAAAAAAXwAAAAAAaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAaAAAAAACXwAAAAAAaAAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJwAAAAAAJwAAAAADdwAAAAADdwAAAAAAdwAAAAAAaQAAAAAAaAAAAAADXwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAJwAAAAADWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAAAaAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAeQAAAAAATgAAAAAAJwAAAAACWgAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAATgAAAAAAJwAAAAADWgAAAAACdwAAAAADdwAAAAABdwAAAAAAaQAAAAAAaAAAAAACXwAAAAABaAAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAeQAAAAAATgAAAAAAJwAAAAABWgAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAaAAAAAACXwAAAAADaAAAAAACegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAJwAAAAABWgAAAAAB version: 6 1,-2: ind: 1,-2 - tiles: cAAAAAACcAAAAAADcAAAAAABSAAAAAAAYQAAAAACWQAAAAACYQAAAAACSAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAJAAAAAADJAAAAAABPAAAAAAAPAAAAAAAPAAAAAAASAAAAAAAYQAAAAAAWQAAAAACYQAAAAADcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAASAAAAAAAYQAAAAAAWQAAAAACYQAAAAAAcwAAAAAAcAAAAAACKwAAAAABKwAAAAAAcAAAAAABcwAAAAAAJAAAAAABJAAAAAACHAAAAAADcAAAAAAAcAAAAAACcAAAAAADSAAAAAAAYQAAAAAAWQAAAAABYQAAAAABcwAAAAAAKwAAAAACcAAAAAADcAAAAAACKwAAAAACYgAAAAAAHAAAAAADHAAAAAAAHAAAAAADPAAAAAAAPAAAAAAAPAAAAAAAcwAAAAAAYQAAAAABWQAAAAACYQAAAAABcwAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAACcwAAAAAAJAAAAAAAHAAAAAABJAAAAAACPAAAAAAAPAAAAAAAPAAAAAAAcwAAAAAAYQAAAAAAWQAAAAAAYQAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAYQAAAAADWQAAAAAAYQAAAAABcwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcwAAAAAALQAAAAAAYAAAAAADYAAAAAAAVAAAAAABYAAAAAAAYAAAAAABYAAAAAACXAAAAAACWQAAAAACYQAAAAACSAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACYQAAAAACYgAAAAAAYAAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAABXAAAAAACSAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAcwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAACRwAAAAABVAAAAAAAVAAAAAAARwAAAAAAcwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABcwAAAAAAGwAAAAADEwAAAAAAEwAAAAAAcwAAAAAAGwAAAAABVAAAAAACRwAAAAACVAAAAAAAVAAAAAABSAAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAADcwAAAAAAGwAAAAAAEwAAAAAAEwAAAAAAcwAAAAAAGwAAAAACVAAAAAABVAAAAAAARwAAAAAAVAAAAAACYgAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAACVAAAAAAAYgAAAAAAGwAAAAABEwAAAAAAEwAAAAAAcwAAAAAAGwAAAAACRwAAAAADVAAAAAAAVAAAAAACRwAAAAADSAAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAACVAAAAAADcwAAAAAAGwAAAAADEwAAAAAAEwAAAAAAcwAAAAAA + tiles: dwAAAAAAdwAAAAAAdwAAAAAATgAAAAAAaAAAAAACXwAAAAABaAAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJwAAAAADJwAAAAACPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAaAAAAAADXwAAAAAAaAAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAaAAAAAABXwAAAAABaAAAAAACegAAAAAAdwAAAAACLgAAAAABLgAAAAAAdwAAAAABegAAAAAAJwAAAAACJwAAAAAAHwAAAAADdwAAAAAAdwAAAAACdwAAAAAATgAAAAAAaAAAAAADXwAAAAABaAAAAAABegAAAAAALgAAAAABdwAAAAABdwAAAAADLgAAAAAAaQAAAAAAHwAAAAAAHwAAAAACHwAAAAABPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaAAAAAACXwAAAAADaAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAJwAAAAABHwAAAAABJwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaAAAAAACXwAAAAACaAAAAAADegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAMAAAAAAAZwAAAAABZwAAAAAAWgAAAAACZwAAAAAAZwAAAAACZwAAAAABYgAAAAABXwAAAAADaAAAAAABTgAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAABZwAAAAACXwAAAAADXwAAAAAAXwAAAAACXwAAAAAAXwAAAAADXwAAAAAAaAAAAAADaQAAAAAAZwAAAAADXwAAAAACXwAAAAADXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAADZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABYgAAAAABTgAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAABWgAAAAABWgAAAAACTQAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAABegAAAAAAHgAAAAABFgAAAAAAFgAAAAAAegAAAAAAHgAAAAADWgAAAAACTQAAAAABWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACegAAAAAAHgAAAAADFgAAAAAAFgAAAAAAegAAAAAAHgAAAAABWgAAAAADWgAAAAADTQAAAAACWgAAAAAAaQAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADaQAAAAAAHgAAAAADFgAAAAAAFgAAAAAAegAAAAAAHgAAAAAATQAAAAABWgAAAAACWgAAAAAATQAAAAADTgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAHgAAAAABFgAAAAAAFgAAAAAAegAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAASAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAASAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: cwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAGwAAAAAAGwAAAAABVAAAAAACVAAAAAABVAAAAAACcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAYgAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAACSAAAAAAAGwAAAAAAGwAAAAADVAAAAAADVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAAAVAAAAAACVAAAAAADYgAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABYgAAAAAAGwAAAAADGwAAAAABVAAAAAAAVAAAAAACVAAAAAADVAAAAAAAVAAAAAACVAAAAAADVAAAAAAAVAAAAAACSAAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAACSAAAAAAAGwAAAAACGwAAAAACVAAAAAADVAAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAGwAAAAADGwAAAAABVAAAAAAAVAAAAAAAcwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADSAAAAAAAVAAAAAADVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAACVAAAAAAASAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAcwAAAAAAGwAAAAAAGwAAAAADYgAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAABVAAAAAABVAAAAAACSAAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAACVAAAAAABVAAAAAABVAAAAAADVAAAAAADSAAAAAAAVAAAAAADVAAAAAADVAAAAAACSAAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAACcwAAAAAANwAAAAAARwAAAAABRwAAAAACVAAAAAACRwAAAAABRwAAAAADSAAAAAAAVAAAAAACVAAAAAAAVAAAAAAASAAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABcwAAAAAANwAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAAASAAAAAAAVAAAAAABVAAAAAADVAAAAAACSAAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABcwAAAAAANwAAAAAARwAAAAACRwAAAAAAVAAAAAADRwAAAAAARwAAAAADSAAAAAAAVAAAAAACVAAAAAACVAAAAAACcwAAAAAASAAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAASAAAAAAAVAAAAAABVAAAAAAAVAAAAAABVAAAAAABVAAAAAAAcwAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAAAVAAAAAAAVAAAAAACRgAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAADVAAAAAABVAAAAAACVAAAAAABVAAAAAACVAAAAAACRgAAAAACbwAAAAACbwAAAAAAbwAAAAACbwAAAAACcwAAAAAAVAAAAAAAVAAAAAADVAAAAAADcwAAAAAASAAAAAAASAAAAAAAYgAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAABcwAAAAAAVAAAAAADVAAAAAACVAAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAAcwAAAAAA + tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABWgAAAAABWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAHgAAAAADHgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACaQAAAAAAHgAAAAAAHgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABTgAAAAAAHgAAAAADHgAAAAACWgAAAAACWgAAAAACegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAAAWgAAAAAAWgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAaQAAAAAAHgAAAAACHgAAAAADTgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADegAAAAAAHgAAAAABHgAAAAABaQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAOgAAAAAATQAAAAAATQAAAAABWgAAAAACTQAAAAABTQAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABegAAAAAAOgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACegAAAAAAOgAAAAAATQAAAAAATQAAAAADWgAAAAAATQAAAAAATQAAAAACTgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAATgAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABTAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTAAAAAACdgAAAAABdgAAAAAAdgAAAAABdgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAAAegAAAAAA version: 6 1,0: ind: 1,0 - tiles: bwAAAAADbwAAAAABbwAAAAACbwAAAAADYgAAAAAAVAAAAAABVAAAAAADVAAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACcwAAAAAAbwAAAAABbwAAAAACbwAAAAAAbwAAAAABcwAAAAAAVAAAAAABVAAAAAACVAAAAAACSAAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcAAAAAABcwAAAAAAcwAAAAAAYwAAAAAAZAAAAAADcwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACcwAAAAAAcwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcAAAAAADcwAAAAAAcwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABcwAAAAAAcwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcAAAAAABcwAAAAAAcwAAAAAAYwAAAAAAZAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAAAcAAAAAACcAAAAAABcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcAAAAAACcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcAAAAAABcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAACcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAA + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: JAAAAAADJAAAAAABJAAAAAACcwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAASAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAJAAAAAADJAAAAAACcwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAHAAAAAAAHAAAAAABYgAAAAAAcwAAAAAAcwAAAAAAZAAAAAADcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAABJAAAAAADcwAAAAAAYwAAAAAAcwAAAAAAZAAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAYAAAAAABLQAAAAAAcwAAAAAAYAAAAAAAYAAAAAABYAAAAAADSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAIAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAZAAAAAAAYgAAAAAAZAAAAAAAYgAAAAAAZAAAAAACcwAAAAAANAAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABYAAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAANAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAZAAAAAAAYgAAAAAAZAAAAAABYgAAAAAAZAAAAAAAcwAAAAAANAAAAAAAYAAAAAAAYAAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAASAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAIAAAAAABcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAUQAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAPgAAAAAAYwAAAAAAYwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: JwAAAAADJwAAAAAAJwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAJwAAAAACJwAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHwAAAAADHwAAAAACaQAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACJwAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAZwAAAAAAMAAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAawAAAAACaQAAAAAAawAAAAADegAAAAAANwAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADZwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAANwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAawAAAAAAaQAAAAAAawAAAAACegAAAAAANwAAAAAAZwAAAAADZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAADegAAAAAANAAAAAABegAAAAAASwAAAAAASwAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAACegAAAAAANAAAAAAAegAAAAAASwAAAAADSgAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAASgAAAAAAdwAAAAABFAAAAAAGegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACFAAAAAAGdwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: cwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAZAAAAAACYwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAVAAAAAACVAAAAAABVAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAVAAAAAADVAAAAAACVAAAAAACcwAAAAAAJAAAAAADJAAAAAACYgAAAAAAVAAAAAACVAAAAAACVAAAAAAAVAAAAAADSAAAAAAAJAAAAAABJAAAAAAAcwAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAJAAAAAAAJAAAAAACSAAAAAAARwAAAAAAVAAAAAACVAAAAAADRwAAAAAAYgAAAAAAJAAAAAACJAAAAAABcwAAAAAAAAAAAAAAGwAAAAABJAAAAAACJAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARwAAAAACVAAAAAAAVAAAAAACRwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAGwAAAAADGwAAAAAAJAAAAAADcwAAAAAAJAAAAAAAJAAAAAADYgAAAAAAVAAAAAAARwAAAAACRwAAAAABVAAAAAACSAAAAAAAJAAAAAABJAAAAAABcwAAAAAAAAAAAAAAGwAAAAABGwAAAAAAJAAAAAABcwAAAAAAJAAAAAADJAAAAAAASAAAAAAAVAAAAAABRwAAAAADRwAAAAAAVAAAAAABYgAAAAAAJAAAAAACJAAAAAABcwAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAARwAAAAABVAAAAAADVAAAAAADRwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAANwAAAAAANwAAAAAANwAAAAAAcwAAAAAAJAAAAAACJAAAAAAAYgAAAAAARwAAAAABVAAAAAAAVAAAAAAARwAAAAABSAAAAAAAJAAAAAACJAAAAAACcwAAAAAAcgAAAAAANwAAAAAANwAAAAAANwAAAAAAcwAAAAAAJAAAAAADJAAAAAADSAAAAAAAVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAYgAAAAAAJAAAAAADJAAAAAADcwAAAAAAcgAAAAAANwAAAAAANwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAADSAAAAAAASAAAAAAAPgAAAAAAPgAAAAAASAAAAAAARwAAAAADVAAAAAADRwAAAAAAVAAAAAACRwAAAAAAVAAAAAAAcwAAAAAAcAAAAAACcAAAAAADcAAAAAACVAAAAAABVAAAAAAAYgAAAAAAGwAAAAACGwAAAAABYgAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAABYgAAAAAAcAAAAAACcAAAAAAAcAAAAAABVAAAAAABVAAAAAADSAAAAAAAPgAAAAAAPgAAAAAASAAAAAAARwAAAAAAVAAAAAAARwAAAAABVAAAAAABRwAAAAACVAAAAAACSAAAAAAAcAAAAAAAcAAAAAACcAAAAAADVAAAAAABVAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAVAAAAAABVAAAAAABVAAAAAABSAAAAAAAcAAAAAADcAAAAAABcAAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAcwAAAAAAVAAAAAABRwAAAAABVAAAAAABSAAAAAAAcAAAAAABcAAAAAACcAAAAAAD + tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTgAAAAAATQAAAAAAWgAAAAADWgAAAAAATQAAAAAAaQAAAAAAHgAAAAABHgAAAAACJwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACWgAAAAABWgAAAAADTQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACaQAAAAAAWgAAAAAATQAAAAADTQAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADTQAAAAADTQAAAAABWgAAAAACaQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAABWgAAAAACTQAAAAADegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABaQAAAAAATQAAAAACWgAAAAACWgAAAAAATQAAAAABTgAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADTQAAAAADWgAAAAABegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAABHgAAAAACaQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACaQAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAABTgAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAdwAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAAATQAAAAAAWgAAAAABTgAAAAAAdwAAAAAC version: 6 2,0: ind: 2,0 - tiles: YgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAcwAAAAAAVAAAAAAAVAAAAAABVAAAAAABYgAAAAAAcAAAAAACcAAAAAAAcAAAAAABYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAcwAAAAAAVAAAAAABRwAAAAABVAAAAAACcwAAAAAAVAAAAAABVAAAAAACVAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAABcwAAAAAAcgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAARwAAAAAARwAAAAABVAAAAAABVAAAAAABSAAAAAAAcgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAVAAAAAACVAAAAAADRwAAAAACRwAAAAAASAAAAAAAcgAAAAAAYgAAAAAAcwAAAAAAYgAAAAAAcwAAAAAAOAAAAAAAOAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAAAcwAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: aQAAAAAAegAAAAAAaQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADaQAAAAAAdwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTQAAAAAAWgAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATQAAAAABTQAAAAAAWgAAAAACWgAAAAAATgAAAAAAeQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWgAAAAACWgAAAAAATQAAAAACTQAAAAADTgAAAAAAeQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: cwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAASAAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAACJAAAAAACJAAAAAAASAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAYgAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABJAAAAAAAJAAAAAADSAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAYgAAAAAAYgAAAAAAcwAAAAAAcAAAAAADcAAAAAADcAAAAAADcAAAAAADJAAAAAAAJAAAAAACSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcAAAAAADcAAAAAAAcAAAAAACJAAAAAACJAAAAAADSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAACJAAAAAACJAAAAAADcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAVAAAAAABVAAAAAACJAAAAAADcwAAAAAAIQAAAAAAIQAAAAAAcQAAAAADcQAAAAADcQAAAAABIQAAAAAAIQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAABVAAAAAABJAAAAAAASAAAAAAAIQAAAAAAcQAAAAADcQAAAAAAcQAAAAABcQAAAAACcQAAAAABIQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAVAAAAAACJAAAAAABSAAAAAAAIQAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAAAcQAAAAADIQAAAAAASAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAKwAAAAAAVAAAAAABJAAAAAABSAAAAAAAIQAAAAAAcQAAAAABcQAAAAACcQAAAAABcQAAAAABcQAAAAABIQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAJAAAAAABYgAAAAAAIQAAAAAAIQAAAAAAcQAAAAACcQAAAAACcQAAAAACIQAAAAAAIQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAJwAAAAAAJwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAJwAAAAADJwAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADJwAAAAABJwAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAJwAAAAABJwAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAADJwAAAAACegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABJwAAAAACegAAAAAAJAAAAAAAJAAAAAAAeAAAAAACeAAAAAABeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAWgAAAAACJwAAAAAATgAAAAAAJAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACWgAAAAAAJwAAAAACTgAAAAAAJAAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAACJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAAAWgAAAAABJwAAAAABTgAAAAAAJAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAACeAAAAAABJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACJwAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAeAAAAAACeAAAAAADeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAASAAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAASAAAAAAASAAAAAAAcwAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAVAAAAAABVAAAAAABVAAAAAAAVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAVAAAAAABWQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAACJwAAAAAAJwAAAAAAJwAAAAAAVAAAAAACWQAAAAACWQAAAAABWQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACXwAAAAAAXwAAAAADXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACKgAAAAAAKgAAAAAAKgAAAAAAWgAAAAACXwAAAAACXwAAAAACXwAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAASAAAAAAAcwAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALQAAAAAALQAAAAAALQAAAAAAcwAAAAAASAAAAAAAcwAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAASAAAAAAAYgAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAABVAAAAAADVAAAAAACVAAAAAABcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAVAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAASAAAAAAASAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABVAAAAAADRgAAAAADKwAAAAAAKwAAAAADKwAAAAADKwAAAAAAKwAAAAADcwAAAAAAcwAAAAAAcwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAACXwAAAAACXwAAAAACXwAAAAACXwAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAACXwAAAAAAXwAAAAAAWgAAAAABTAAAAAACLgAAAAADLgAAAAACLgAAAAABLgAAAAAALgAAAAACaQAAAAAAegAAAAAAegAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAADcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAABSAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACSAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAABSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAADSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAADdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAAATQAAAAADTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAAATQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAAAdwAAAAADTgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAAATQAAAAABTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,0: ind: 3,0 - tiles: RwAAAAABSAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dwAAAAADdwAAAAADTQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAVAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAADVAAAAAACcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAVAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABVAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAADVAAAAAACVAAAAAAAVAAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAACSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAARgAAAAAAVAAAAAADcwAAAAAASAAAAAAASAAAAAAASAAAAAAAcwAAAAAAVAAAAAACVAAAAAADcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAASAAAAAAAYgAAAAAAcwAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAYgAAAAAASAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATAAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAARwAAAAABcwAAAAAARwAAAAACAAAAAAAARwAAAAAAcwAAAAAARwAAAAADAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAABcgAAAAAARwAAAAADcwAAAAAARwAAAAABcgAAAAAARwAAAAABcwAAAAAARwAAAAABcgAAAAAARwAAAAADcwAAAAAARwAAAAACcgAAAAAARwAAAAABcwAAAAAARwAAAAADcgAAAAAARwAAAAAAcwAAAAAARwAAAAABcgAAAAAARwAAAAACcwAAAAAARwAAAAAAAAAAAAAARwAAAAACcwAAAAAARwAAAAABAAAAAAAARwAAAAAAcwAAAAAARwAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAACAAAAAAAARwAAAAACcwAAAAAARwAAAAABAAAAAAAARwAAAAACcwAAAAAARwAAAAADAAAAAAAARwAAAAABcwAAAAAARwAAAAABAAAAAAAARwAAAAABcwAAAAAARwAAAAABAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAABAAAAAAAATQAAAAAAegAAAAAATQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAACeQAAAAAATQAAAAAAegAAAAAATQAAAAADeQAAAAAATQAAAAABegAAAAAATQAAAAABeQAAAAAATQAAAAACegAAAAAATQAAAAAAeQAAAAAATQAAAAADegAAAAAATQAAAAACeQAAAAAATQAAAAAAegAAAAAATQAAAAAAeQAAAAAATQAAAAABegAAAAAATQAAAAACAAAAAAAATQAAAAAAegAAAAAATQAAAAAAAAAAAAAATQAAAAAAegAAAAAATQAAAAACAAAAAAAATQAAAAAAegAAAAAATQAAAAACAAAAAAAATQAAAAADegAAAAAATQAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAAAAAAAAAAATQAAAAAAegAAAAAATQAAAAACAAAAAAAATQAAAAACegAAAAAATQAAAAABAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAAAcwAAAAAARwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAADcwAAAAAARwAAAAACAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAABcwAAAAAARwAAAAABAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAACcwAAAAAARwAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADegAAAAAATQAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAegAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADegAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: cgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAATAAAAAAADwAAAAAADwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAANAAAAAAADwAAAAAADwAAAAAADwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAATAAAAAAADwAAAAAADwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: cgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: cgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: AAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: cgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 type: MapGrid - type: Broadphase @@ -264,8 +267,8 @@ entities: color: '#FFFFFFFF' id: BotRight decals: - 501: -39,1 - 502: -39,2 + 499: -39,1 + 500: -39,2 - node: color: '#FFFFFFFF' id: Box @@ -283,151 +286,151 @@ entities: 16: -33,-40 17: -34,-40 18: -33,-36 - 731: -53,-31 - 732: -53,-32 - 733: -53,-33 - 734: -53,-34 - 739: -46,-19 + 728: -53,-31 + 729: -53,-32 + 730: -53,-33 + 731: -53,-34 + 736: -46,-19 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 723: 34.024876,-6.9936233 - 724: 34.0405,-7.9779983 + 720: 34.024876,-6.9936233 + 721: 34.0405,-7.9779983 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 209: -8,5 - 446: 33,-33 - 462: 26,-34 + 207: -8,5 + 444: 33,-33 + 460: 26,-34 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 208: -9,5 - 445: 31,-33 - 461: 24,-34 + 206: -9,5 + 443: 31,-33 + 459: 24,-34 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 210: -8,2 - 443: 33,-37 - 460: 26,-36 + 208: -8,2 + 441: 33,-37 + 458: 26,-36 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 211: -9,2 - 444: 31,-37 - 459: 24,-36 - 477: -42,-27 + 209: -9,2 + 442: 31,-37 + 457: 24,-36 + 475: -42,-27 - node: color: '#FFFFFFFF' id: BrickTileDarkEndW decals: - 207: -12,4 + 205: -12,4 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 141: 24,-17 - 220: -9,4 + 139: 24,-17 + 218: -9,4 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 150: 21,-11 + 148: 21,-11 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 147: 24,-11 - 219: -9,4 + 145: 24,-11 + 217: -9,4 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 179: 38,-42 - 180: 38,-41 - 181: 38,-40 - 182: 38,-39 - 217: -8,3 - 218: -8,4 - 447: 33,-36 - 448: 33,-35 - 449: 33,-34 - 458: 26,-35 + 177: 38,-42 + 178: 38,-41 + 179: 38,-40 + 180: 38,-39 + 215: -8,3 + 216: -8,4 + 445: 33,-36 + 446: 33,-35 + 447: 33,-34 + 456: 26,-35 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 139: 22,-17 - 140: 23,-17 - 215: -11,4 - 216: -10,4 - 454: 32,-33 - 457: 25,-34 + 137: 22,-17 + 138: 23,-17 + 213: -11,4 + 214: -10,4 + 452: 32,-33 + 455: 25,-34 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 148: 23,-11 - 149: 22,-11 - 213: -10,4 - 214: -11,4 - 453: 32,-37 - 456: 25,-36 - 480: -41,-27 - 481: -40,-27 - 482: -39,-27 - 483: -38,-27 - 484: -37,-27 - 485: -36,-27 - 486: -35,-27 + 146: 23,-11 + 147: 22,-11 + 211: -10,4 + 212: -11,4 + 451: 32,-37 + 454: 25,-36 + 478: -41,-27 + 479: -40,-27 + 480: -39,-27 + 481: -38,-27 + 482: -37,-27 + 483: -36,-27 + 484: -35,-27 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 142: 24,-16 - 143: 24,-15 - 144: 24,-14 - 145: 24,-13 - 146: 24,-12 - 212: -9,3 - 450: 31,-36 - 451: 31,-35 - 452: 31,-34 - 455: 24,-35 - 478: -42,-26 - 479: -42,-25 - 581: 29,-20 - 582: 29,-19 - 583: 29,-18 - 584: 29,-17 + 140: 24,-16 + 141: 24,-15 + 142: 24,-14 + 143: 24,-13 + 144: 24,-12 + 210: -9,3 + 448: 31,-36 + 449: 31,-35 + 450: 31,-34 + 453: 24,-35 + 476: -42,-26 + 477: -42,-25 + 579: 29,-20 + 580: 29,-19 + 581: 29,-18 + 582: 29,-17 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: 110: -17,-25 - 667: 13,17 + 665: 13,17 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: 111: -20,-25 - 666: 5,17 + 664: 5,17 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 678: 13,15 + 676: 13,15 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 677: 5,15 + 675: 5,15 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN @@ -444,33 +447,33 @@ entities: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 476: -49,-28 - 580: -39,-51 + 474: -49,-28 + 578: -39,-51 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 475: -45,-28 - 579: -37,-51 + 473: -45,-28 + 577: -37,-51 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSe decals: - 473: -49,-25 - 578: -39,-49 + 471: -49,-25 + 576: -39,-49 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSw decals: - 474: -45,-25 - 577: -37,-49 + 472: -45,-25 + 575: -37,-49 - node: color: '#FF0000FF' id: BrickTileSteelLineE decals: - 725: -49,-17 - 726: -49,-18 - 727: -49,-19 + 722: -49,-17 + 723: -49,-18 + 724: -49,-19 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE @@ -480,47 +483,47 @@ entities: 114: -17,-28 124: -20,-26 125: -20,-27 - 135: 41,3 - 136: 41,4 - 137: 41,5 - 138: 41,6 - 463: -49,-27 - 464: -49,-26 - 573: -39,-50 - 668: 13,16 + 133: 41,3 + 134: 41,4 + 135: 41,5 + 136: 41,6 + 461: -49,-27 + 462: -49,-26 + 571: -39,-50 + 666: 13,16 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 465: -48,-28 - 466: -47,-28 - 467: -46,-28 - 497: -40,-3 - 498: -39,-3 - 499: -38,-3 - 574: -38,-51 - 670: 6,17 - 671: 7,17 - 672: 8,17 - 673: 9,17 - 674: 10,17 - 675: 11,17 - 676: 12,17 + 463: -48,-28 + 464: -47,-28 + 465: -46,-28 + 495: -40,-3 + 496: -39,-3 + 497: -38,-3 + 572: -38,-51 + 668: 6,17 + 669: 7,17 + 670: 8,17 + 671: 9,17 + 672: 10,17 + 673: 11,17 + 674: 12,17 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 470: -48,-25 - 471: -47,-25 - 472: -46,-25 - 576: -38,-49 - 679: 6,15 - 680: 7,15 - 681: 8,15 - 682: 9,15 - 683: 10,15 - 684: 11,15 - 685: 12,15 + 468: -48,-25 + 469: -47,-25 + 470: -46,-25 + 574: -38,-49 + 677: 6,15 + 678: 7,15 + 679: 8,15 + 680: 9,15 + 681: 10,15 + 682: 11,15 + 683: 12,15 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW @@ -530,431 +533,431 @@ entities: 117: -20,-28 122: -17,-26 123: -17,-27 - 468: -45,-27 - 469: -45,-26 - 575: -37,-50 - 669: 5,16 + 466: -45,-27 + 467: -45,-26 + 573: -37,-50 + 667: 5,16 - node: color: '#34BFFF84' id: BrickTileWhiteCornerNe decals: - 709: 19,1 + 706: 19,1 - node: color: '#34FFFFFF' id: BrickTileWhiteCornerNe decals: - 745: 1,-40 + 742: 1,-40 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerNe decals: - 755: 8,-40 + 752: 8,-40 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 514: 6,-33 + 512: 6,-33 - node: color: '#34BFFF84' id: BrickTileWhiteCornerNw decals: - 708: 16,1 + 705: 16,1 - node: color: '#34FFFFFF' id: BrickTileWhiteCornerNw decals: - 742: -2,-40 + 739: -2,-40 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerNw decals: - 754: 6,-40 + 751: 6,-40 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw decals: - 510: 3,-33 + 508: 3,-33 - node: color: '#34BFFF84' id: BrickTileWhiteCornerSe decals: - 710: 19,-2 + 707: 19,-2 - node: color: '#34FFFFFF' id: BrickTileWhiteCornerSe decals: - 748: 1,-44 + 745: 1,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerSe decals: - 757: 8,-43 + 754: 8,-43 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 626: 6,-37 + 624: 6,-37 - node: color: '#34BFFF84' id: BrickTileWhiteCornerSw decals: - 711: 16,-2 + 708: 16,-2 - node: color: '#34FFFFFF' id: BrickTileWhiteCornerSw decals: - 749: -2,-44 + 746: -2,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerSw decals: - 756: 6,-43 + 753: 6,-43 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndE decals: - 513: 7,-34 - 521: 5,-29 + 511: 7,-34 + 519: 5,-29 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' id: BrickTileWhiteEndE decals: - 702: 13,-38 + 699: 13,-38 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndN decals: - 511: 4,-32 - 520: 4,-27 + 509: 4,-32 + 518: 4,-27 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndS decals: - 518: 4,-30 + 516: 4,-30 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndW decals: - 512: 2,-34 - 519: 3,-29 - 528: 9,-38 + 510: 2,-34 + 517: 3,-29 + 526: 9,-38 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNe decals: - 516: 4,-33 - 527: 4,-29 - 643: 3,-37 - 644: 6,-34 + 514: 4,-33 + 525: 4,-29 + 641: 3,-37 + 642: 6,-34 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNw decals: - 517: 4,-33 - 524: 4,-29 - 641: 3,-34 - 642: 6,-37 + 515: 4,-33 + 522: 4,-29 + 639: 3,-34 + 640: 6,-37 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSe decals: - 525: 4,-29 - 638: 6,-34 - 639: 3,-37 - 640: 3,-34 + 523: 4,-29 + 636: 6,-34 + 637: 3,-37 + 638: 3,-34 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSw decals: - 526: 4,-29 - 636: 6,-34 - 637: 3,-34 + 524: 4,-29 + 634: 6,-34 + 635: 3,-34 - node: color: '#34FFFFFF' id: BrickTileWhiteLineE decals: - 746: 1,-42 - 747: 1,-43 + 743: 1,-42 + 744: 1,-43 - node: color: '#FF000066' id: BrickTileWhiteLineE decals: - 718: 19,0 - 719: 19,-1 + 715: 19,0 + 716: 19,-1 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 522: 4,-28 - 620: 3,-36 - 621: 3,-35 - 627: 6,-36 - 628: 6,-35 + 520: 4,-28 + 618: 3,-36 + 619: 3,-35 + 625: 6,-36 + 626: 6,-35 - node: color: '#34FFFFFF' id: BrickTileWhiteLineN decals: - 743: -1,-40 - 744: 0,-40 + 740: -1,-40 + 741: 0,-40 - node: color: '#FF000066' id: BrickTileWhiteLineN decals: - 712: 17,1 - 713: 18,1 + 709: 17,1 + 710: 18,1 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 515: 5,-33 - 529: 10,-38 - 622: 4,-37 - 623: 5,-37 + 513: 5,-33 + 527: 10,-38 + 620: 4,-37 + 621: 5,-37 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 698: 11,-38 - 699: 12,-38 + 695: 11,-38 + 696: 12,-38 - node: color: '#34FFFFFF' id: BrickTileWhiteLineS decals: - 751: -1,-44 - 752: 0,-44 + 748: -1,-44 + 749: 0,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteLineS decals: - 758: 7,-43 + 755: 7,-43 - node: color: '#FF000066' id: BrickTileWhiteLineS decals: - 714: 17,-2 - 715: 18,-2 + 711: 17,-2 + 712: 18,-2 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 530: 10,-38 - 624: 4,-37 - 625: 5,-37 - 629: 5,-34 - 630: 4,-34 - 759: 3,-37 + 528: 10,-38 + 622: 4,-37 + 623: 5,-37 + 627: 5,-34 + 628: 4,-34 + 756: 3,-37 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 700: 11,-38 - 701: 12,-38 + 697: 11,-38 + 698: 12,-38 - node: color: '#34FFFFFF' id: BrickTileWhiteLineW decals: - 740: -2,-42 - 741: -2,-41 - 750: -2,-43 + 737: -2,-42 + 738: -2,-41 + 747: -2,-43 - node: color: '#FF000066' id: BrickTileWhiteLineW decals: - 716: 16,-1 - 717: 16,0 + 713: 16,-1 + 714: 16,0 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 523: 4,-28 - 631: 6,-36 - 632: 6,-35 - 633: 3,-36 - 634: 3,-35 - 635: 3,-37 + 521: 4,-28 + 629: 6,-36 + 630: 6,-35 + 631: 3,-36 + 632: 3,-35 + 633: 3,-37 - node: color: '#FFFFFFFF' id: Bushe1 decals: - 547: 7.269473,-2.0562599 + 545: 7.269473,-2.0562599 - node: color: '#FFFFFFFF' id: Bushe2 decals: - 546: 10.660098,-2.024987 + 544: 10.660098,-2.024987 - node: cleanable: True color: '#FFFFFFFF' id: Bushe2 decals: - 235: 10.829859,-5.895931 - 236: 11.152776,-6.114833 + 233: 10.829859,-5.895931 + 234: 11.152776,-6.114833 - node: color: '#FFFFFFFF' id: Bushe3 decals: - 545: 11.050723,-2.1500747 + 543: 11.050723,-2.1500747 - node: cleanable: True color: '#FFFFFFFF' id: Bushe3 decals: - 233: 10.736109,-8.064104 - 234: 11.069442,-7.959864 + 231: 10.736109,-8.064104 + 232: 11.069442,-7.959864 - node: color: '#FFFFFFFF' id: Bushe4 decals: - 544: 6.816348,-2.1188037 + 542: 6.816348,-2.1188037 - node: cleanable: True color: '#FFFFFFFF' id: Bushk1 decals: - 245: 25,-26 - 250: 35,-22 + 243: 25,-26 + 248: 35,-22 - node: color: '#FFFFFFFF' id: Bushk2 decals: - 561: 2.7216585,-2.0846055 + 559: 2.7216585,-2.0846055 - node: cleanable: True color: '#FFFFFFFF' id: Bushk2 decals: - 246: 26,-26 - 249: 30,-22 + 244: 26,-26 + 247: 30,-22 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 560: 0.5549917,-2.0533326 + 558: 0.5549917,-2.0533326 - node: cleanable: True color: '#FFFFFFFF' id: Bushk3 decals: - 247: 29,-22 - 248: 36,-22 + 245: 29,-22 + 246: 36,-22 - node: color: '#FFFFFFFF' id: Bushn1 decals: 63: -29.570997,-20.070805 67: -25.456413,-20.206316 - 562: 1.6279085,-2.063757 + 560: 1.6279085,-2.063757 - node: color: '#52B4E996' id: CheckerNESW decals: - 597: 2,-32 - 598: 3,-32 - 599: 7,-32 - 600: 7,-33 - 601: 7,-35 - 602: 7,-36 - 603: 2,-36 - 604: 2,-35 - 605: 5,-38 - 645: 2,-37 - 646: 2,-38 - 647: 6,-38 - 648: 7,-38 - 649: 7,-37 - 650: 6,-32 - 651: 5,-32 - 652: 2,-33 + 595: 2,-32 + 596: 3,-32 + 597: 7,-32 + 598: 7,-33 + 599: 7,-35 + 600: 7,-36 + 601: 2,-36 + 602: 2,-35 + 603: 5,-38 + 643: 2,-37 + 644: 2,-38 + 645: 6,-38 + 646: 7,-38 + 647: 7,-37 + 648: 6,-32 + 649: 5,-32 + 650: 2,-33 - node: color: '#9FED5896' id: CheckerNESW decals: - 183: -19,4 - 184: -18,4 - 185: -17,4 - 186: -16,4 - 187: -15,4 - 188: -14,4 - 189: -19,3 - 190: -19,2 - 191: -14,3 - 192: -14,2 + 181: -19,4 + 182: -18,4 + 183: -17,4 + 184: -16,4 + 185: -15,4 + 186: -14,4 + 187: -19,3 + 188: -19,2 + 189: -14,3 + 190: -14,2 - node: color: '#DE3A3A96' id: CheckerNESW decals: - 307: 22,-19 - 308: 23,-19 - 309: 24,-19 - 310: 25,-19 - 311: 26,-19 - 312: 26,-17 - 313: 26,-16 - 314: 24,-8 - 315: 24,-6 - 316: 24,-5 - 317: 22,-8 - 318: 22,-7 - 319: 22,-6 - 320: 22,-5 - 321: 22,-4 - 322: 22,-3 - 323: 21,-2 - 324: 21,-1 + 305: 22,-19 + 306: 23,-19 + 307: 24,-19 + 308: 25,-19 + 309: 26,-19 + 310: 26,-17 + 311: 26,-16 + 312: 24,-8 + 313: 24,-6 + 314: 24,-5 + 315: 22,-8 + 316: 22,-7 + 317: 22,-6 + 318: 22,-5 + 319: 22,-4 + 320: 22,-3 + 321: 21,-2 + 322: 21,-1 - node: color: '#DE3A3A96' id: CheckerNWSE decals: - 343: 31,-5 - 344: 32,-5 - 345: 33,-5 - 346: 19,-10 - 347: 19,-11 + 341: 31,-5 + 342: 32,-5 + 343: 33,-5 + 344: 19,-10 + 345: 19,-11 - node: color: '#FFFFFFFF' id: Delivery decals: - 692: -13.001509,-32.022694 - 720: -43,-22 - 721: -42,-22 + 690: -13.001509,-32.022694 + 717: -43,-22 + 718: -42,-22 - node: cleanable: True color: '#FFFFFFFF' id: Delivery decals: - 686: -13,-33 + 684: -13,-33 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 688: -7.990714,-34.033375 - 689: -8.006339,-35.048996 - 690: -7.990714,-36.03337 - 691: -8.006339,-37.017746 + 686: -7.990714,-34.033375 + 687: -8.006339,-35.048996 + 688: -7.990714,-36.03337 + 689: -8.006339,-37.017746 - node: color: '#D381C996' id: DiagonalCheckerAOverlay decals: - 395: -31,-11 - 396: -30,-11 - 397: -31,-9 - 398: -30,-9 - 403: -30,-10 - 404: -31,-10 + 393: -31,-11 + 394: -30,-11 + 395: -31,-9 + 396: -30,-9 + 401: -30,-10 + 402: -31,-10 - node: color: '#DE3A3A96' id: DiagonalCheckerAOverlay decals: - 193: -12,2 - 194: -11,2 - 195: -10,2 - 221: -12,3 - 222: -11,3 - 223: -10,3 + 191: -12,2 + 192: -11,2 + 193: -10,2 + 219: -12,3 + 220: -11,3 + 221: -10,3 - node: cleanable: True color: '#A4610696' @@ -978,146 +981,146 @@ entities: color: '#FFFFFFFF' id: Dirt decals: - 154: 19,-5 - 383: 4,-16 - 416: -52,-4 - 425: 18.962013,12.027142 + 152: 19,-5 + 381: 4,-16 + 414: -52,-4 + 423: 18.962013,12.027142 - node: cleanable: True angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: DirtHeavy decals: - 382: 11,-11 + 380: 11,-11 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 153: 16,-8 - 364: 8,3 - 365: 14,17 - 380: -5,0 - 415: -20,-12 - 427: 21,11 - 428: 20,-11 - 431: 15,-15 - 491: -43,8 + 151: 16,-8 + 362: 8,3 + 363: 14,17 + 378: -5,0 + 413: -20,-12 + 425: 21,11 + 426: 20,-11 + 429: 15,-15 + 489: -43,8 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 151: 17,-6 - 360: -38.097836,-16.711924 - 361: -36.792118,-22.963575 - 366: 10,13 - 367: 18,-5 - 368: 15,-14 - 369: 24.508926,-23.4825 - 370: 36.185944,-24.985134 - 377: -23,0 - 378: -30,-1 - 379: -43,-2 - 407: -2,-45 - 408: -4,-42 - 426: 20,11 - 429: 29,-15 - 430: 19,-19 - 432: 11,-12 - 435: -2,-23 - 492: -43,10 - 493: -42,8 + 149: 17,-6 + 358: -38.097836,-16.711924 + 359: -36.792118,-22.963575 + 364: 10,13 + 365: 18,-5 + 366: 15,-14 + 367: 24.508926,-23.4825 + 368: 36.185944,-24.985134 + 375: -23,0 + 376: -30,-1 + 377: -43,-2 + 405: -2,-45 + 406: -4,-42 + 424: 20,11 + 427: 29,-15 + 428: 19,-19 + 430: 11,-12 + 433: -2,-23 + 490: -43,10 + 491: -42,8 - node: cleanable: True angle: 0.7853981633974483 rad color: '#FFFFFFFF' id: DirtLight decals: - 409: 13,-24 - 410: 9,-1 - 411: -10,-13 - 412: -5,-24 - 413: -19,-23 - 414: -35,-23 - 433: 21,-30 + 407: 13,-24 + 408: 9,-1 + 409: -10,-13 + 410: -5,-24 + 411: -19,-23 + 412: -35,-23 + 431: 21,-30 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 152: 19,-8 - 362: -18,-26 - 363: -6,-5 - 376: -15,-2 - 417: -50,-5 - 434: 9,-25 + 150: 19,-8 + 360: -18,-26 + 361: -6,-5 + 374: -15,-2 + 415: -50,-5 + 432: 9,-25 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: DirtMedium decals: - 381: 11,1 + 379: 11,1 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 503: 0.46875298,-52.976757 - 504: 1.250003,-52.945484 - 559: 3.5133247,-2.0533326 + 501: 0.46875298,-52.976757 + 502: 1.250003,-52.945484 + 557: 3.5133247,-2.0533326 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: - 558: 4.2945747,-2.0950284 + 556: 4.2945747,-2.0950284 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 507: 1.9687531,-53.0393 - 508: -0.03124702,-53.01845 - 557: 5.0758247,-2.0950284 + 505: 1.9687531,-53.0393 + 506: -0.03124702,-53.01845 + 555: 5.0758247,-2.0950284 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 556: -0.26523253,-2.1367245 + 554: -0.26523253,-2.1367245 - node: cleanable: True color: '#FFFFFFFF' id: Flowerspv1 decals: - 237: 29,-26 - 238: 33,-26 + 235: 29,-26 + 236: 33,-26 - node: cleanable: True color: '#FFFFFFFF' id: Flowerspv2 decals: - 239: 28,-22 - 240: 31,-22 - 241: 37,-22 - 242: 34,-22 + 237: 28,-22 + 238: 31,-22 + 239: 37,-22 + 240: 34,-22 - node: color: '#FFFFFFFF' id: Flowerspv3 decals: - 554: -1.8485659,-1.9803662 - 555: -1.0985659,-2.0950284 + 552: -1.8485659,-1.9803662 + 553: -1.0985659,-2.0950284 - node: cleanable: True color: '#FFFFFFFF' id: Flowerspv3 decals: - 243: 27,-26 - 244: 24,-26 + 241: 27,-26 + 242: 24,-26 - node: color: '#FFFFFFFF' id: Flowersy1 decals: 65: -25.831413,-20.112501 - 543: 8.925723,-2.1344383 + 541: 8.925723,-2.1344383 - node: color: '#FFFFFFFF' id: Flowersy2 @@ -1128,143 +1131,143 @@ entities: color: '#FFFFFFFF' id: Flowersy2 decals: - 231: 11,-9 - 232: 11,-7 + 229: 11,-9 + 230: 11,-7 - node: color: '#FFFFFFFF' id: Flowersy3 decals: 61: -29.102247,-20.133348 - 542: 9.847598,-2.1188037 + 540: 9.847598,-2.1188037 - node: cleanable: True color: '#FFFFFFFF' id: Flowersy3 decals: - 228: 11,-10 - 229: 11,-4 - 230: 11,-5 + 226: 11,-10 + 227: 11,-4 + 228: 11,-5 - node: color: '#FFFFFFFF' id: Flowersy4 decals: 66: -25.081413,-20.091654 - 541: 7.972598,-2.0875309 + 539: 7.972598,-2.0875309 - node: cleanable: True color: '#FFFFFFFF' id: Flowersy4 decals: - 224: 11,-14 - 225: 11,-17 + 222: 11,-14 + 223: 11,-17 - node: color: '#52B4E996' id: FullTileOverlayGreyscale decals: - 616: 4,-36 - 617: 5,-36 - 618: 4,-35 - 619: 5,-35 - 653: 1,-38 - 654: 1,-37 + 614: 4,-36 + 615: 5,-36 + 616: 4,-35 + 617: 5,-35 + 651: 1,-38 + 652: 1,-37 - node: color: '#DE3A3A96' id: FullTileOverlayGreyscale decals: - 305: 22,-14 - 306: 23,-14 + 303: 22,-14 + 304: 23,-14 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 509: 1.0208364,-52.95591 + 507: 1.0208364,-52.95591 - node: cleanable: True color: '#FFFFFFFF' id: Grasse1 decals: - 226: 11,-15 + 224: 11,-15 - node: cleanable: True color: '#FFFFFFFF' id: Grasse2 decals: - 227: 11,-16 + 225: 11,-16 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 505: 2.0104196,-52.976757 - 506: -0.020830393,-52.96633 + 503: 2.0104196,-52.976757 + 504: -0.020830393,-52.96633 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale decals: - 348: 27,-14 - 349: 29,-14 - 353: 28,-14 - 354: 26,-14 - 357: 30,-14 - 695: 31,-14 - 696: 32,-14 - 697: 33,-14 - 728: 34,-14 + 346: 27,-14 + 347: 29,-14 + 351: 28,-14 + 352: 26,-14 + 355: 30,-14 + 692: 31,-14 + 693: 32,-14 + 694: 33,-14 + 725: 34,-14 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale decals: - 589: 8,-27 - 590: 9,-27 - 608: -1,-36 - 609: 0,-36 - 611: 9,-37 - 612: 10,-37 - 613: 11,-37 - 703: 12,-37 - 704: 13,-37 + 587: 8,-27 + 588: 9,-27 + 606: -1,-36 + 607: 0,-36 + 609: 9,-37 + 610: 10,-37 + 611: 11,-37 + 700: 12,-37 + 701: 13,-37 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 331: 24,-3 - 332: 25,-3 - 333: 26,-3 - 334: 27,-3 - 335: 28,-3 - 336: 29,-3 - 337: 30,-3 - 338: 31,-3 - 339: 22,1 + 329: 24,-3 + 330: 25,-3 + 331: 26,-3 + 332: 27,-3 + 333: 28,-3 + 334: 29,-3 + 335: 30,-3 + 336: 31,-3 + 337: 22,1 - node: color: '#F9801DBC' id: HalfTileOverlayGreyscale decals: - 535: -1,-27 - 536: 0,-27 - 537: 1,-27 + 533: -1,-27 + 534: 0,-27 + 535: 1,-27 - node: angle: 6.283185307179586 rad color: '#34B8FF88' id: HalfTileOverlayGreyscale180 decals: - 705: 12,-39 - 706: 11,-39 - 707: 13,-39 + 702: 12,-39 + 703: 11,-39 + 704: 13,-39 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 decals: - 591: 8,-30 - 592: 9,-30 - 614: 10,-39 - 615: 9,-39 + 589: 8,-30 + 590: 9,-30 + 612: 10,-39 + 613: 9,-39 - node: color: '#F9801DBC' id: HalfTileOverlayGreyscale180 decals: - 538: -1,-30 - 539: 0,-30 - 540: 1,-30 + 536: -1,-30 + 537: 0,-30 + 538: 1,-30 - node: color: '#0000009A' id: HalfTileOverlayGreyscale270 @@ -1276,61 +1279,61 @@ entities: color: '#52B4E996' id: HalfTileOverlayGreyscale270 decals: - 587: 7,-29 - 588: 7,-28 - 606: -2,-38 - 607: -2,-37 - 655: 9,-35 - 656: 9,-34 - 657: 9,-33 - 658: 9,-32 + 585: 7,-29 + 586: 7,-28 + 604: -2,-38 + 605: -2,-37 + 653: 9,-35 + 654: 9,-34 + 655: 9,-33 + 656: 9,-32 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 decals: - 390: -36,-9 - 391: -36,-12 - 392: -36,-11 - 393: -36,-10 - 438: -36,-8 + 388: -36,-9 + 389: -36,-12 + 390: -36,-11 + 391: -36,-10 + 436: -36,-8 - node: color: '#F9801DBC' id: HalfTileOverlayGreyscale270 decals: - 533: -2,-29 - 534: -2,-28 + 531: -2,-29 + 532: -2,-28 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 decals: - 350: 25,-12 - 351: 25,-10 - 352: 25,-11 - 355: 25,-13 + 348: 25,-12 + 349: 25,-10 + 350: 25,-11 + 353: 25,-13 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale90 decals: - 585: 10,-29 - 586: 10,-28 + 583: 10,-29 + 584: 10,-28 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 327: 23,-1 - 328: 23,0 - 329: 23,-2 + 325: 23,-1 + 326: 23,0 + 327: 23,-2 - node: color: '#FFFFFFFF' id: LoadingArea decals: - 730: -21.999445,-42.990807 + 727: -21.999445,-42.990807 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 729: -17.999445,-43.022057 + 726: -17.999445,-43.022057 - node: color: '#FFFFFFFF' id: MiniTileDarkLineE @@ -1351,175 +1354,175 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 402: -30,-9 + 400: -30,-9 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 401: -31,-9 + 399: -31,-9 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 400: -30,-11 + 398: -30,-11 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 399: -31,-11 + 397: -31,-11 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 405: -30,-10 + 403: -30,-10 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 406: -31,-10 + 404: -31,-10 - node: color: '#D381C996' id: MonoOverlay decals: - 384: -36,-20 - 385: -34,-20 - 386: -32,-20 - 387: -36,-18 - 388: -36,-16 - 389: -36,-14 + 382: -36,-20 + 383: -34,-20 + 384: -32,-20 + 385: -36,-18 + 386: -36,-16 + 387: -36,-14 - node: color: '#DE3A3A96' id: OffsetCheckerAOverlay decals: - 196: -9,2 - 197: -8,2 - 198: -8,3 - 199: -9,3 - 200: -9,4 - 201: -8,4 - 202: -8,5 - 203: -9,5 - 204: -10,4 - 205: -11,4 - 206: -12,4 + 194: -9,2 + 195: -8,2 + 196: -8,3 + 197: -9,3 + 198: -9,4 + 199: -8,4 + 200: -8,5 + 201: -9,5 + 202: -10,4 + 203: -11,4 + 204: -12,4 - node: color: '#FFFFFFFF' id: OffsetCheckerBOverlay decals: - 722: -52,-18 + 719: -52,-18 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 342: 32,-3 + 340: 32,-3 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale90 decals: - 356: 25,-14 + 354: 25,-14 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 330: 23,-3 + 328: 23,-3 - node: color: '#FFFFFFFF' id: Remains decals: - 442: 35,-20 + 440: 35,-20 - node: color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 659: 6,16 + 657: 6,16 - node: color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 660: 7,16 + 658: 7,16 - node: color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 661: 8,16 + 659: 8,16 - node: color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 662: 9,16 + 660: 9,16 - node: color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 663: 10,16 + 661: 10,16 - node: color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 664: 11,16 + 662: 11,16 - node: color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 665: 12,16 + 663: 12,16 - node: color: '#FFFFFFFF' id: StandClear decals: - 687: -8.9951935,-32.015106 + 685: -8.9951935,-32.015106 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale decals: - 596: 7,-27 - 610: -2,-36 + 594: 7,-27 + 608: -2,-36 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: - 325: 21,1 - 340: 32,-2 + 323: 21,1 + 338: 32,-2 - node: color: '#F9801DBC' id: ThreeQuarterTileOverlayGreyscale decals: - 531: -2,-27 + 529: -2,-27 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 595: 10,-30 + 593: 10,-30 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale270 decals: - 594: 7,-30 + 592: 7,-30 - node: color: '#F9801DBC' id: ThreeQuarterTileOverlayGreyscale270 decals: - 532: -2,-30 + 530: -2,-30 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 593: 10,-27 + 591: 10,-27 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: - 326: 23,1 - 341: 33,-2 + 324: 23,1 + 339: 33,-2 - node: color: '#FFFFFFFF' id: WarnBox decals: - 500: -39,5 + 498: -39,5 - node: color: '#7FFFFFFF' id: WarnBoxGreyscale decals: - 753: 7,-40 + 750: 7,-40 - node: cleanable: True color: '#FFFFFFFF' @@ -1531,31 +1534,30 @@ entities: id: WarnCornerSW decals: 75: -48,-34 - 487: -37,4 + 485: -37,4 - node: color: '#FFFFFFFF' id: WarnCornerSmallGreyscaleSW decals: - 496: -35,4 + 494: -35,4 - node: color: '#FFFFFFFF' id: WarnEndS decals: - 494: -35,3 + 492: -35,3 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 490: -35,5 - 495: -35,4 - 738: -47,-19 + 488: -35,5 + 493: -35,4 + 735: -47,-19 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: WarnLineE decals: - 693: -23.011345,-33.997154 - 694: -23.011345,-38.778404 + 691: -23.011345,-38.778404 - node: color: '#FFFFFFFF' id: WarnLineN @@ -1565,18 +1567,18 @@ entities: 72: -45,-34 73: -46,-34 74: -47,-34 - 488: -36,4 - 567: -37,-48 - 568: -38,-48 - 569: -39,-48 - 737: -46,-18 + 486: -36,4 + 565: -37,-48 + 566: -38,-48 + 567: -39,-48 + 734: -46,-18 - node: cleanable: True color: '#FFFFFFFF' id: WarnLineN decals: - 286: -29.995993,-5.4813967 - 287: -30.011618,-5.684663 + 284: -29.995993,-5.4813967 + 285: -30.011618,-5.684663 - node: color: '#FFFFFFFF' id: WarnLineS @@ -1584,23 +1586,23 @@ entities: 3: -26,-4 4: -26,-5 5: -26,-6 - 489: -37,5 - 563: -32,-51 - 564: -32,-50 - 565: -32,-49 - 566: -32,-48 - 735: -45,-19 + 487: -37,5 + 561: -32,-51 + 562: -32,-50 + 563: -32,-49 + 564: -32,-48 + 732: -45,-19 - node: color: '#FFFFFFFF' id: WarnLineW decals: 68: -31,-7 69: -30,-7 - 394: -32,-7 - 570: -37,-52 - 571: -38,-52 - 572: -39,-52 - 736: -46,-20 + 392: -32,-7 + 568: -37,-52 + 569: -38,-52 + 570: -39,-52 + 733: -46,-20 - node: cleanable: True color: '#FFFFFFFF' @@ -1612,18 +1614,18 @@ entities: id: WoodTrimThinCornerNe decals: 59: -29,-20 - 173: 19,5 - 281: -28,-24 - 371: -18,-2 - 418: -53,12 + 171: 19,5 + 279: -28,-24 + 369: -18,-2 + 416: -53,12 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: 58: -26,-20 - 280: -33,-24 - 372: -21,-2 - 422: -54,12 + 278: -33,-24 + 370: -21,-2 + 420: -54,12 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe @@ -1632,10 +1634,10 @@ entities: 54: -10,-28 89: 15,-32 101: 15,-29 - 172: 36,-37 - 419: -53,11 - 420: -55,12 - 441: -33,-15 + 170: 36,-37 + 417: -53,11 + 418: -55,12 + 439: -33,-15 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw @@ -1644,21 +1646,21 @@ entities: 50: -13,-28 88: 15,-32 100: 15,-29 - 171: 41,-37 + 169: 41,-37 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe decals: 51: -15,-25 52: -10,-25 - 170: 36,-33 + 168: 36,-33 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: 37: -13,-25 48: -8,-25 - 169: 41,-33 + 167: 41,-33 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -1675,23 +1677,23 @@ entities: 79: 15,-31 90: 15,-28 91: 15,-27 - 155: 36,-36 - 156: 36,-35 - 157: 36,-34 - 174: 19,4 - 175: 19,3 - 275: -40,-20 - 276: -40,-19 - 277: -40,-18 - 278: -40,-17 - 279: -40,-16 - 440: -33,-14 - 548: -1,3 - 549: -1,4 - 550: -1,5 - 551: -1,6 - 552: -1,7 - 553: -1,8 + 153: 36,-36 + 154: 36,-35 + 155: 36,-34 + 172: 19,4 + 173: 19,3 + 273: -40,-20 + 274: -40,-19 + 275: -40,-18 + 276: -40,-17 + 277: -40,-16 + 438: -33,-14 + 546: -1,3 + 547: -1,4 + 548: -1,5 + 549: -1,6 + 550: -1,7 + 551: -1,8 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -1717,45 +1719,45 @@ entities: 128: 16,-38 129: 15,-38 130: 14,-38 - 165: 40,-37 - 166: 39,-37 - 167: 38,-37 - 168: 37,-37 - 176: 18,5 - 177: 17,5 - 178: 16,5 - 267: -2,-11 - 268: -1,-11 - 269: 0,-11 - 270: 1,-11 - 271: 2,-11 - 272: 3,-11 - 273: 4,-11 - 274: 5,-11 - 282: -29,-24 - 283: -30,-24 - 284: -31,-24 - 285: -32,-24 - 288: 2,-12 - 289: 1,-12 - 290: 0,-12 - 291: -1,-12 - 292: -2,-12 - 293: -2,-5 - 294: -1,-5 - 295: 0,-5 - 296: 1,-5 - 297: 2,-5 - 298: 3,-5 - 299: 4,-5 - 300: 5,-5 - 301: 6,-5 - 302: 3,-12 - 303: 4,-12 - 304: 5,-12 - 373: -20,-2 - 374: -19,-2 - 439: -32,-15 + 163: 40,-37 + 164: 39,-37 + 165: 38,-37 + 166: 37,-37 + 174: 18,5 + 175: 17,5 + 176: 16,5 + 265: -2,-11 + 266: -1,-11 + 267: 0,-11 + 268: 1,-11 + 269: 2,-11 + 270: 3,-11 + 271: 4,-11 + 272: 5,-11 + 280: -29,-24 + 281: -30,-24 + 282: -31,-24 + 283: -32,-24 + 286: 2,-12 + 287: 1,-12 + 288: 0,-12 + 289: -1,-12 + 290: -2,-12 + 291: -2,-5 + 292: -1,-5 + 293: 0,-5 + 294: 1,-5 + 295: 2,-5 + 296: 3,-5 + 297: 4,-5 + 298: 5,-5 + 299: 6,-5 + 300: 3,-12 + 301: 4,-12 + 302: 5,-12 + 371: -20,-2 + 372: -19,-2 + 437: -32,-15 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -1764,28 +1766,26 @@ entities: 39: -9,-25 131: 45,1 132: 46,1 - 133: 47,1 - 134: 48,1 - 158: 37,-33 - 159: 38,-33 - 160: 39,-33 - 161: 40,-33 - 251: -2,-8 - 252: -1,-8 - 253: 0,-8 - 254: 1,-8 - 255: 2,-8 - 256: 3,-8 - 257: 4,-8 - 258: 5,-8 - 259: -2,-9 - 260: -1,-9 - 261: 0,-9 - 262: 1,-9 - 263: 2,-9 - 264: 3,-9 - 265: 4,-9 - 266: 5,-9 + 156: 37,-33 + 157: 38,-33 + 158: 39,-33 + 159: 40,-33 + 249: -2,-8 + 250: -1,-8 + 251: 0,-8 + 252: 1,-8 + 253: 2,-8 + 254: 3,-8 + 255: 4,-8 + 256: 5,-8 + 257: -2,-9 + 258: -1,-9 + 259: 0,-9 + 260: 1,-9 + 261: 2,-9 + 262: 3,-9 + 263: 4,-9 + 264: 5,-9 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -1805,46 +1805,46 @@ entities: 81: 15,-30 92: 15,-28 93: 15,-27 - 162: 41,-34 - 163: 41,-35 - 164: 41,-36 - 423: -54,11 - 424: -54,10 + 160: 41,-34 + 161: 41,-35 + 162: 41,-36 + 421: -54,11 + 422: -54,10 - node: color: '#FFFFFFFF' id: b decals: - 375: 3.065634,-14.026064 + 373: 3.065634,-14.026064 - node: cleanable: True color: '#8932B8FF' id: bottle decals: - 359: -55.860275,-1.0248116 + 357: -55.860275,-1.0248116 - node: cleanable: True color: '#8932B8FF' id: face decals: - 358: -56.28215,-1.1186265 + 356: -56.28215,-1.1186265 - node: cleanable: True color: '#EC0300FF' id: rune1 decals: - 436: 27.040031,11.035053 + 434: 27.040031,11.035053 - node: cleanable: True color: '#EC0300FF' id: rune2 decals: - 437: 24.998365,11.045477 + 435: 24.998365,11.045477 - node: cleanable: True color: '#18A2D5FF' id: shop decals: - 421: -51.038948,13.269489 + 419: -51.038948,13.269489 type: DecalGrid - version: 2 data: @@ -2526,7 +2526,7 @@ entities: 7,2: 0: 30719 9,-5: - 0: 30591 + 0: 65535 10,-8: 0: 10239 9,-4: @@ -2546,9 +2546,9 @@ entities: 10,-1: 0: 65535 11,-4: - 0: 30583 + 0: 65527 11,-3: - 0: 63359 + 0: 65535 11,-2: 0: 65535 11,-1: @@ -2582,9 +2582,9 @@ entities: -3,-13: 0: 65523 -2,-13: - 0: 65533 + 0: 65535 -2,-14: - 0: 39353 + 0: 65535 -1,-14: 0: 65535 -1,-13: @@ -2602,11 +2602,11 @@ entities: 3,-13: 0: 63232 12,-2: - 0: 30576 + 0: 65523 12,-1: - 0: 30719 + 0: 65535 12,0: - 0: 1911 + 0: 36863 1,4: 0: 65535 2,4: @@ -2703,13 +2703,11 @@ entities: -11,-15: 0: 61455 -10,-15: - 0: 61727 - 2: 2240 + 0: 65535 -10,-14: 0: 64861 -9,-15: - 0: 65231 - 2: 304 + 0: 65535 -15,-14: 0: 34816 -15,-13: @@ -2789,7 +2787,7 @@ entities: 7,3: 0: 63095 10,-6: - 0: 3089 + 0: 31761 2: 238 11,-8: 0: 3151 @@ -2820,17 +2818,17 @@ entities: 3,-14: 0: 50368 12,-3: - 0: 15 + 0: 13119 12,-4: - 0: 52320 + 0: 65392 13,-4: 0: 8448 13,-3: 0: 17479 13,-1: - 0: 17527 + 0: 21879 13,-2: - 0: 17476 + 0: 21844 12,1: 0: 52464 12,2: @@ -2838,7 +2836,7 @@ entities: 13,1: 0: 4724 13,0: - 0: 17476 + 0: 17749 0,4: 0: 39935 5,-15: @@ -2985,6 +2983,10 @@ entities: 0: 61166 -3,-15: 0: 4096 + 10,-5: + 0: 30583 + 2,-14: + 0: 13107 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -3109,36 +3111,20 @@ entities: pos: -6.5,-30.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 9470 - - 704 - - 12899 - - 2397 - - 2355 - - 8503 - - 12885 - - 3686 - - 12258 - - 12886 - - 10576 - - 12889 - - 12358 - type: DeviceNetwork - devices: - 9470 - - 704 - 12899 - 2397 - 2355 - 8503 - 12885 - - 3686 - - 12258 - 12886 - 10576 - 12889 - 12358 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 738 components: - pos: -14.5,-6.5 @@ -3157,31 +3143,27 @@ entities: - 10322 - 1914 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 1929 components: - rot: -1.5707963267948966 rad pos: 14.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10712 - - 9595 - - 9599 - type: DeviceNetwork - devices: - 10712 - 9595 - 9599 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 2349 components: - rot: 1.5707963267948966 rad pos: -40.5,-20.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 9901 - type: DeviceNetwork - devices: - 11519 - 10672 @@ -3194,6 +3176,8 @@ entities: - 10312 - 9901 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 2350 components: - rot: 1.5707963267948966 rad @@ -3213,23 +3197,21 @@ entities: - 10302 - 5925 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 5426 components: - pos: -0.5,-38.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 6873 - - 7843 - - 12487 - - 9598 - type: DeviceNetwork - devices: - 6873 - 7843 - 12487 - 9598 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 7099 components: - rot: 1.5707963267948966 rad @@ -3241,6 +3223,8 @@ entities: - 9777 - 5925 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 7410 components: - rot: 1.5707963267948966 rad @@ -3253,6 +3237,33 @@ entities: - 2601 - 12072 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice + - uid: 9601 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-8.5 + parent: 34 + type: Transform + - devices: + - 12844 + - 12843 + - 12855 + - 12360 + - 10612 + - 8922 + - 12372 + - 1101 + - 4677 + - 2964 + - 6226 + - 2986 + - 2965 + - 12368 + - 12381 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10291 components: - rot: -1.5707963267948966 rad @@ -3267,16 +3278,14 @@ entities: - 8805 - 10598 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10323 components: - rot: -1.5707963267948966 rad pos: 6.5,-10.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 5915 - - 6113 - type: DeviceNetwork - devices: - 8634 - 9545 @@ -3298,18 +3307,14 @@ entities: - 5915 - 6113 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10334 components: - rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 6873 - - 7843 - - 12487 - - 9598 - type: DeviceNetwork - devices: - 9609 - 9610 @@ -3325,6 +3330,8 @@ entities: - 7843 - 12487 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10336 components: - rot: 3.141592653589793 rad @@ -3336,6 +3343,8 @@ entities: - 8990 - 10690 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10395 components: - pos: -0.5,-25.5 @@ -3350,6 +3359,8 @@ entities: - 10620 - 10689 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10461 components: - rot: -1.5707963267948966 rad @@ -3366,6 +3377,8 @@ entities: - 10619 - 10620 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10464 components: - rot: -1.5707963267948966 rad @@ -3384,6 +3397,8 @@ entities: - 10542 - 10576 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10544 components: - rot: 3.141592653589793 rad @@ -3406,6 +3421,8 @@ entities: - 9469 - 11905 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10547 components: - rot: 3.141592653589793 rad @@ -3419,17 +3436,14 @@ entities: - 10317 - 2450 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10548 components: - rot: 1.5707963267948966 rad pos: -35.5,-38.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12220 - - 12219 - - 226 - type: DeviceNetwork - devices: - 10549 - 8360 @@ -3442,8 +3456,10 @@ entities: - 12220 - 12219 - 2451 - - 226 + - 4700 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10559 components: - pos: -40.5,-34.5 @@ -3463,6 +3479,8 @@ entities: - 10553 - 11517 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10567 components: - rot: 1.5707963267948966 rad @@ -3478,6 +3496,8 @@ entities: - 10565 - 10566 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10568 components: - rot: -1.5707963267948966 rad @@ -3492,6 +3512,8 @@ entities: - 9765 - 11274 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10569 components: - rot: -1.5707963267948966 rad @@ -3506,6 +3528,8 @@ entities: - 10564 - 10563 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10570 components: - pos: -19.5,1.5 @@ -3530,6 +3554,8 @@ entities: - 7981 - 7973 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10571 components: - pos: -6.5,1.5 @@ -3549,6 +3575,8 @@ entities: - 8722 - 998 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10574 components: - rot: 1.5707963267948966 rad @@ -3578,16 +3606,14 @@ entities: - 10322 - 2714 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10581 components: - rot: -1.5707963267948966 rad pos: 1.5,-46.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 9686 - - 5137 - type: DeviceNetwork - devices: - 9686 - 9660 @@ -3602,6 +3628,8 @@ entities: - 6402 - 5137 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10583 components: - rot: 1.5707963267948966 rad @@ -3615,6 +3643,8 @@ entities: - 10054 - 10338 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10584 components: - pos: 3.5,-21.5 @@ -3631,6 +3661,8 @@ entities: - 10860 - 10859 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10585 components: - pos: 26.5,-12.5 @@ -3645,8 +3677,9 @@ entities: - 9957 - 8843 - 9968 - - 8846 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10588 components: - rot: 3.141592653589793 rad @@ -3664,29 +3697,27 @@ entities: - 10586 - 3340 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10594 components: - pos: 30.5,-1.5 parent: 34 type: Transform - devices: - - 10595 - 10592 - 3638 - 8872 - 9980 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10597 components: - rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 6140 - - 10426 - - 9886 - type: DeviceNetwork - devices: - 9904 - 8776 @@ -3703,6 +3734,8 @@ entities: - 6140 - 10426 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10602 components: - pos: 27.5,-21.5 @@ -3715,6 +3748,8 @@ entities: - 10342 - 10343 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10603 components: - rot: -1.5707963267948966 rad @@ -3732,6 +3767,8 @@ entities: - 10605 - 10604 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10606 components: - rot: 1.5707963267948966 rad @@ -3744,6 +3781,8 @@ entities: - 10344 - 10346 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10607 components: - pos: 36.5,-30.5 @@ -3755,24 +3794,8 @@ entities: - 10160 - 10344 type: DeviceList - - uid: 10608 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-8.5 - parent: 34 - type: Transform - - devices: - - 10024 - - 8941 - - 8942 - - 8943 - - 8938 - - 8939 - - 10610 - - 10609 - - 8940 - - 10025 - type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10611 components: - rot: 1.5707963267948966 rad @@ -3780,16 +3803,16 @@ entities: parent: 34 type: Transform - devices: - - 10613 - - 10023 - - 8894 - - 10595 - - 10609 - - 10610 - - 10616 - - 10617 + - 8922 + - 12360 + - 12855 + - 12372 + - 12843 + - 12844 - 10612 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10614 components: - rot: 1.5707963267948966 rad @@ -3797,23 +3820,11 @@ entities: parent: 34 type: Transform - devices: - - 10011 - - 8903 - 10612 - 10615 type: DeviceList - - uid: 10618 - components: - - rot: 1.5707963267948966 rad - pos: 44.5,-4.5 - parent: 34 - type: Transform - - devices: - - 8906 - - 10022 - - 10617 - - 10616 - type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10832 components: - rot: 1.5707963267948966 rad @@ -3835,6 +3846,8 @@ entities: - 11249 - 10341 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11512 components: - rot: 3.141592653589793 rad @@ -3846,6 +3859,8 @@ entities: - 10390 - 8424 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11513 components: - pos: -40.5,-24.5 @@ -3863,14 +3878,13 @@ entities: - 11250 - 11005 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11619 components: - pos: -46.5,-15.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 1818 - type: DeviceNetwork - devices: - 10849 - 8195 @@ -3878,6 +3892,8 @@ entities: - 11813 - 9901 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11816 components: - rot: 1.5707963267948966 rad @@ -3891,6 +3907,8 @@ entities: - 181 - 10600 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11994 components: - pos: 1.5,9.5 @@ -3902,39 +3920,43 @@ entities: - 11983 - 11984 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice + - uid: 12258 + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 34 + type: Transform + - devices: + - 6020 + - 4957 + - 12360 + - 12855 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12426 components: - rot: 3.141592653589793 rad pos: 8.5,-43.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 9023 - - 12421 - - 2936 - - 12427 - type: DeviceNetwork - devices: - 9023 - 12421 - 2936 - 12427 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12717 components: - pos: -14.5,-39.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 8503 - type: DeviceNetwork - devices: - - 6021 - 12358 - - 12357 - - 3686 - - 12430 - - 12431 - 2355 - 1928 - 12885 @@ -3942,38 +3964,45 @@ entities: - 10576 - 8503 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - proto: AirCanister entities: - - uid: 73 - components: - - pos: -28.5,-34.5 - parent: 34 - type: Transform - uid: 1799 components: - pos: -40.5,-29.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 2356 components: - pos: -51.5,-14.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3269 components: - pos: -34.5,-50.5 parent: 34 type: Transform - - uid: 6874 + - joinedGrid: 34 + type: AtmosDevice + - uid: 4513 components: - - pos: -1.5,-42.5 + - pos: 32.5,-16.5 parent: 34 type: Transform - - uid: 10357 + - joinedGrid: 34 + type: AtmosDevice + - uid: 6874 components: - - pos: 32.5,-17.5 + - pos: -1.5,-42.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: Airlock entities: - uid: 2219 @@ -4078,24 +4107,20 @@ entities: - pos: -11.5,-23.5 parent: 34 type: Transform - - uid: 626 + - uid: 9406 components: - - name: cargo - type: MetaData - - pos: -10.5,-23.5 + - rot: 1.5707963267948966 rad + pos: -12.5,-39.5 parent: 34 type: Transform - - uid: 1891 + - uid: 11246 components: - - name: cargo dock - type: MetaData - pos: -10.5,-28.5 parent: 34 type: Transform - - uid: 9406 + - uid: 11260 components: - - rot: 1.5707963267948966 rad - pos: -12.5,-39.5 + - pos: -10.5,-23.5 parent: 34 type: Transform - uid: 12890 @@ -4131,10 +4156,9 @@ entities: type: Transform - proto: AirlockChiefEngineerGlassLocked entities: - - uid: 10734 + - uid: 10722 components: - - rot: -1.5707963267948966 rad - pos: -27.5,-33.5 + - pos: -25.5,-32.5 parent: 34 type: Transform - uid: 12100 @@ -4302,9 +4326,9 @@ entities: - pos: -20.5,-13.5 parent: 34 type: Transform - - uid: 2628 + - uid: 1919 components: - - pos: -19.5,-29.5 + - pos: -21.5,-29.5 parent: 34 type: Transform - uid: 3785 @@ -4322,9 +4346,9 @@ entities: - pos: 36.5,-26.5 parent: 34 type: Transform - - uid: 4958 + - uid: 4864 components: - - pos: 34.5,-16.5 + - pos: 36.5,-17.5 parent: 34 type: Transform - uid: 8119 @@ -4466,11 +4490,6 @@ entities: 1120: - DoorStatus: DoorBolt type: DeviceLinkSource - - uid: 3189 - components: - - pos: 13.5,-48.5 - parent: 34 - type: Transform - uid: 5964 components: - pos: 38.5,-23.5 @@ -4520,6 +4539,11 @@ entities: 7070: - DoorStatus: DoorBolt type: DeviceLinkSource + - uid: 7092 + components: + - pos: 13.5,-48.5 + parent: 34 + type: Transform - uid: 9347 components: - pos: 34.5,-43.5 @@ -4574,6 +4598,11 @@ entities: type: Transform - proto: AirlockExternalGlassShuttleEscape entities: + - uid: 7424 + components: + - pos: 12.5,-49.5 + parent: 34 + type: Transform - uid: 11793 components: - rot: 3.141592653589793 rad @@ -4586,11 +4615,6 @@ entities: pos: 0.5,15.5 parent: 34 type: Transform - - uid: 12770 - components: - - pos: 10.5,-49.5 - parent: 34 - type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 1076 @@ -4598,11 +4622,6 @@ entities: - pos: -18.5,-43.5 parent: 34 type: Transform - - uid: 1353 - components: - - pos: -37.5,-59.5 - parent: 34 - type: Transform - uid: 4516 components: - pos: -20.5,-43.5 @@ -4614,11 +4633,6 @@ entities: pos: 6.5,20.5 parent: 34 type: Transform - - uid: 10987 - components: - - pos: -38.5,-59.5 - parent: 34 - type: Transform - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 41 @@ -4760,6 +4774,18 @@ entities: - pos: 3.5,14.5 parent: 34 type: Transform +- proto: AirlockGlassShuttleEasyPry + entities: + - uid: 686 + components: + - pos: -38.5,-59.5 + parent: 34 + type: Transform + - uid: 687 + components: + - pos: -37.5,-59.5 + parent: 34 + type: Transform - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 1956 @@ -4771,7 +4797,7 @@ entities: type: Transform - proto: AirlockHeadOfSecurityLocked entities: - - uid: 2431 + - uid: 692 components: - pos: 31.5,-11.5 parent: 34 @@ -4837,13 +4863,25 @@ entities: - pos: 9.5,4.5 parent: 34 type: Transform +- proto: AirlockMaint + entities: + - uid: 3381 + components: + - pos: 38.5,-16.5 + parent: 34 + type: Transform - proto: AirlockMaintCargoLocked entities: - - uid: 12346 + - uid: 693 components: - pos: -13.5,-30.5 parent: 34 type: Transform + - uid: 727 + components: + - pos: -21.5,-38.5 + parent: 34 + type: Transform - proto: AirlockMaintCommandLocked entities: - uid: 4005 @@ -4863,6 +4901,13 @@ entities: - pos: -6.5,6.5 parent: 34 type: Transform +- proto: AirlockMaintEngiLocked + entities: + - uid: 4141 + components: + - pos: -23.5,-34.5 + parent: 34 + type: Transform - proto: AirlockMaintHOPLocked entities: - uid: 6220 @@ -5061,8 +5106,20 @@ entities: - pos: -39.5,3.5 parent: 34 type: Transform +- proto: AirlockMaintSalvageLocked + entities: + - uid: 921 + components: + - pos: -19.5,-34.5 + parent: 34 + type: Transform - proto: AirlockMaintSecLocked entities: + - uid: 4757 + components: + - pos: 36.5,-5.5 + parent: 34 + type: Transform - uid: 8115 components: - pos: 22.5,2.5 @@ -5152,9 +5209,9 @@ entities: - pos: 6.5,-8.5 parent: 34 type: Transform -- proto: AirlockQuartermasterGlassLocked +- proto: AirlockQuartermasterLocked entities: - - uid: 12387 + - uid: 4792 components: - pos: -14.5,-37.5 parent: 34 @@ -5181,22 +5238,11 @@ entities: pos: -13.5,-33.5 parent: 34 type: Transform - - uid: 9205 - components: - - pos: -20.5,-36.5 - parent: 34 - type: Transform - - uid: 9463 + - uid: 4875 components: - pos: -13.5,-34.5 parent: 34 type: Transform - - uid: 11092 - components: - - rot: -1.5707963267948966 rad - pos: -21.5,-36.5 - parent: 34 - type: Transform - proto: AirlockScienceGlass entities: - uid: 545 @@ -5262,11 +5308,6 @@ entities: type: Transform - proto: AirlockSecurity entities: - - uid: 4797 - components: - - pos: 38.5,-1.5 - parent: 34 - type: Transform - uid: 4798 components: - pos: 38.5,2.5 @@ -5274,6 +5315,11 @@ entities: type: Transform - proto: AirlockSecurityGlass entities: + - uid: 92 + components: + - pos: 41.5,-10.5 + parent: 34 + type: Transform - uid: 3306 components: - pos: 16.5,-13.5 @@ -5284,59 +5330,55 @@ entities: - pos: 16.5,-14.5 parent: 34 type: Transform - - uid: 4792 - components: - - pos: 40.5,-5.5 - parent: 34 - type: Transform - - uid: 4793 + - uid: 4129 components: - - pos: 41.5,-5.5 + - pos: 46.5,-9.5 parent: 34 type: Transform - - uid: 4794 + - uid: 4153 components: - - pos: 44.5,-3.5 + - pos: 44.5,-5.5 parent: 34 type: Transform - - uid: 4795 + - uid: 4156 components: - - pos: 44.5,0.5 + - pos: 43.5,-5.5 parent: 34 type: Transform - - uid: 4796 + - uid: 4159 components: - - pos: 42.5,2.5 + - pos: 41.5,-13.5 parent: 34 type: Transform - - uid: 12185 + - uid: 4160 components: - - pos: 38.5,-13.5 + - pos: 46.5,-12.5 parent: 34 type: Transform - - uid: 12186 + - uid: 4438 components: - - pos: 43.5,-12.5 + - pos: 41.5,-7.5 parent: 34 type: Transform - - uid: 12187 + - uid: 4448 components: - - pos: 38.5,-10.5 + - pos: 46.5,-6.5 parent: 34 type: Transform - - uid: 12188 + - uid: 4453 components: - - pos: 43.5,-9.5 + - pos: 46.5,-3.5 parent: 34 type: Transform - - uid: 12189 + - uid: 4796 components: - - pos: 38.5,-7.5 + - pos: 42.5,2.5 parent: 34 type: Transform - - uid: 12190 + - uid: 6699 components: - - pos: 43.5,-6.5 + - rot: 3.141592653589793 rad + pos: 46.5,0.5 parent: 34 type: Transform - proto: AirlockSecurityGlassLocked @@ -5365,23 +5407,23 @@ entities: - pos: 37.5,-3.5 parent: 34 type: Transform - - uid: 4800 + - uid: 12845 components: - - name: extended confinement - type: MetaData - - pos: 34.5,-3.5 + - rot: -1.5707963267948966 rad + pos: 40.5,-3.5 parent: 34 type: Transform - proto: AirlockSecurityLawyerGlassLocked entities: - - uid: 12195 + - uid: 4633 components: - - pos: 22.5,-8.5 + - rot: 1.5707963267948966 rad + pos: 23.5,-8.5 parent: 34 type: Transform - - uid: 12196 + - uid: 12195 components: - - pos: 23.5,-8.5 + - pos: 22.5,-8.5 parent: 34 type: Transform - proto: AirlockSecurityLawyerLocked @@ -5467,9 +5509,6 @@ entities: pos: -10.5,-35.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - uid: 10604 components: - rot: -1.5707963267948966 rad @@ -5533,10 +5572,10 @@ entities: - pos: 6.5,-13.5 parent: 34 type: Transform - - uid: 1053 + - uid: 1890 components: - rot: 1.5707963267948966 rad - pos: -22.5,-38.5 + pos: 40.5,-1.5 parent: 34 type: Transform - uid: 2140 @@ -5625,15 +5664,16 @@ entities: pos: -6.5,-44.5 parent: 34 type: Transform - - uid: 4802 + - uid: 3989 components: - - rot: 3.141592653589793 rad - pos: 38.5,-5.5 + - rot: 1.5707963267948966 rad + pos: -21.5,-30.5 parent: 34 type: Transform - - uid: 4803 + - uid: 4579 components: - - pos: 40.5,-1.5 + - rot: 3.141592653589793 rad + pos: 41.5,-5.5 parent: 34 type: Transform - uid: 5144 @@ -5711,6 +5751,11 @@ entities: pos: -2.5,-2.5 parent: 34 type: Transform + - uid: 7427 + components: + - pos: -19.5,-39.5 + parent: 34 + type: Transform - uid: 7429 components: - pos: -31.5,-20.5 @@ -5738,17 +5783,17 @@ entities: pos: 6.5,-38.5 parent: 34 type: Transform - - uid: 11317 - components: - - pos: -46.5,-23.5 - parent: 34 - type: Transform - uid: 11392 components: - rot: -1.5707963267948966 rad pos: -41.5,-20.5 parent: 34 type: Transform + - uid: 11434 + components: + - pos: -44.5,-23.5 + parent: 34 + type: Transform - uid: 11498 components: - rot: -1.5707963267948966 rad @@ -5833,6 +5878,11 @@ entities: - pos: -13.5,-2.5 parent: 34 type: Transform + - uid: 676 + components: + - pos: 12.5,-49.5 + parent: 34 + type: Transform - uid: 888 components: - pos: -15.5,-5.5 @@ -5893,12 +5943,6 @@ entities: - pos: 0.5,15.5 parent: 34 type: Transform - - uid: 12604 - components: - - rot: 1.5707963267948966 rad - pos: 10.5,-49.5 - parent: 34 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 162 @@ -6249,6 +6293,21 @@ entities: type: Transform - proto: Barricade entities: + - uid: 4510 + components: + - pos: 35.5,-15.5 + parent: 34 + type: Transform + - uid: 4529 + components: + - pos: 37.5,-14.5 + parent: 34 + type: Transform + - uid: 4542 + components: + - pos: 35.5,-14.5 + parent: 34 + type: Transform - uid: 5881 components: - pos: -49.5,4.5 @@ -6275,8 +6334,26 @@ entities: pos: -6.5,9.5 parent: 34 type: Transform +- proto: BarricadeBlock + entities: + - uid: 4509 + components: + - pos: 36.5,-14.5 + parent: 34 + type: Transform + - uid: 11348 + components: + - pos: 38.5,-16.5 + parent: 34 + type: Transform - proto: BarricadeDirectional entities: + - uid: 4658 + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-16.5 + parent: 34 + type: Transform - uid: 12798 components: - rot: 3.141592653589793 rad @@ -6383,39 +6460,29 @@ entities: type: Transform - proto: Bed entities: - - uid: 461 - components: - - pos: -20.5,-32.5 - parent: 34 - type: Transform - uid: 673 components: - pos: 9.5,-5.5 parent: 34 type: Transform - - uid: 687 - components: - - pos: -19.5,-32.5 - parent: 34 - type: Transform - - uid: 692 + - uid: 967 components: - - pos: -24.5,-34.5 + - pos: -5.5,2.5 parent: 34 type: Transform - - uid: 727 + - uid: 1016 components: - - pos: -21.5,-32.5 + - pos: 2.5,-20.5 parent: 34 type: Transform - - uid: 967 + - uid: 1157 components: - - pos: -5.5,2.5 + - pos: -15.5,-38.5 parent: 34 type: Transform - - uid: 1016 + - uid: 1354 components: - - pos: 2.5,-20.5 + - pos: 32.5,-9.5 parent: 34 type: Transform - uid: 2174 @@ -6483,59 +6550,59 @@ entities: - pos: -50.5,-22.5 parent: 34 type: Transform - - uid: 4668 + - uid: 4540 components: - - pos: 36.5,-9.5 + - pos: 39.5,-9.5 parent: 34 type: Transform - - uid: 4669 + - uid: 4549 components: - - pos: 36.5,-12.5 + - pos: 39.5,-6.5 parent: 34 type: Transform - - uid: 4670 + - uid: 4555 components: - - pos: 45.5,-7.5 + - pos: 39.5,-12.5 parent: 34 type: Transform - - uid: 4671 + - uid: 4556 components: - - pos: 45.5,-10.5 + - pos: 48.5,-13.5 parent: 34 type: Transform - - uid: 4672 + - uid: 4557 components: - - pos: 45.5,-13.5 + - pos: 48.5,-10.5 parent: 34 type: Transform - - uid: 4690 + - uid: 4558 components: - - pos: 36.5,-6.5 + - pos: 48.5,-7.5 parent: 34 type: Transform - - uid: 5949 + - uid: 4574 components: - - pos: -1.5,-20.5 + - pos: 41.5,-15.5 parent: 34 type: Transform - - uid: 9037 + - uid: 4790 components: - - pos: 18.5,-45.5 + - pos: -17.5,-32.5 parent: 34 type: Transform - - uid: 10221 + - uid: 5949 components: - - pos: 33.5,-9.5 + - pos: -1.5,-20.5 parent: 34 type: Transform - - uid: 10345 + - uid: 8924 components: - - pos: -18.5,-32.5 + - pos: -24.5,-31.5 parent: 34 type: Transform - - uid: 12390 + - uid: 9037 components: - - pos: -15.5,-38.5 + - pos: 18.5,-45.5 parent: 34 type: Transform - proto: BedsheetBlack @@ -6584,10 +6651,10 @@ entities: type: Transform - proto: BedsheetCE entities: - - uid: 1300 + - uid: 4753 components: - rot: -1.5707963267948966 rad - pos: -24.5,-34.5 + pos: -24.5,-31.5 parent: 34 type: Transform - proto: BedsheetClown @@ -6599,10 +6666,9 @@ entities: type: Transform - proto: BedsheetHOS entities: - - uid: 1919 + - uid: 8074 components: - - rot: -1.5707963267948966 rad - pos: 33.5,-9.5 + - pos: 32.5,-9.5 parent: 34 type: Transform - proto: BedsheetIan @@ -6651,7 +6717,7 @@ entities: type: Transform - proto: BedsheetQM entities: - - uid: 12392 + - uid: 10595 components: - rot: 1.5707963267948966 rad pos: -15.5,-38.5 @@ -6659,9 +6725,9 @@ entities: type: Transform - proto: BedsheetSpawner entities: - - uid: 1285 + - uid: 1059 components: - - pos: -21.5,-32.5 + - pos: 48.5,-7.5 parent: 34 type: Transform - uid: 2256 @@ -6669,34 +6735,24 @@ entities: - pos: -49.5,-6.5 parent: 34 type: Transform - - uid: 4673 - components: - - pos: 36.5,-6.5 - parent: 34 - type: Transform - - uid: 4674 - components: - - pos: 36.5,-9.5 - parent: 34 - type: Transform - - uid: 4675 + - uid: 4531 components: - - pos: 36.5,-12.5 + - pos: 41.5,-15.5 parent: 34 type: Transform - - uid: 4676 + - uid: 4744 components: - - pos: 45.5,-13.5 + - pos: -17.5,-32.5 parent: 34 type: Transform - - uid: 4677 + - uid: 4755 components: - - pos: 45.5,-10.5 + - pos: 48.5,-10.5 parent: 34 type: Transform - - uid: 4678 + - uid: 4849 components: - - pos: 45.5,-7.5 + - pos: 39.5,-6.5 parent: 34 type: Transform - uid: 5856 @@ -6709,29 +6765,29 @@ entities: - pos: -46.5,2.5 parent: 34 type: Transform - - uid: 9711 + - uid: 10137 components: - - pos: -19.5,-32.5 + - pos: 18.5,-45.5 parent: 34 type: Transform - - uid: 10137 + - uid: 11089 components: - - pos: 18.5,-45.5 + - pos: 9.5,-8.5 parent: 34 type: Transform - - uid: 10433 + - uid: 12478 components: - - pos: -18.5,-32.5 + - pos: 39.5,-12.5 parent: 34 type: Transform - - uid: 10787 + - uid: 12479 components: - - pos: -20.5,-32.5 + - pos: 48.5,-13.5 parent: 34 type: Transform - - uid: 11089 + - uid: 12480 components: - - pos: 9.5,-8.5 + - pos: 39.5,-9.5 parent: 34 type: Transform - proto: BedsheetWiz @@ -6950,6 +7006,13 @@ entities: - pos: -19.61977,7.4961514 parent: 34 type: Transform +- proto: BoardGameSpawner + entities: + - uid: 4696 + components: + - pos: 41.5,-18.5 + parent: 34 + type: Transform - proto: BookBartendersManual entities: - uid: 11012 @@ -7032,14 +7095,16 @@ entities: - pos: 17.5,-3.5 parent: 34 type: Transform - - uid: 4659 + - uid: 4079 components: - - pos: 48.5,1.5 + - pos: 40.5,-9.5 parent: 34 type: Transform - - uid: 4693 +- proto: BookshelfFilled + entities: + - uid: 8841 components: - - pos: 37.5,-9.5 + - pos: 50.5,1.5 parent: 34 type: Transform - proto: BoozeDispenser @@ -7334,6 +7399,11 @@ entities: - pos: -4.5,-25.5 parent: 34 type: Transform + - uid: 53 + components: + - pos: 42.5,-9.5 + parent: 34 + type: Transform - uid: 58 components: - pos: -47.5,-37.5 @@ -7384,6 +7454,16 @@ entities: - pos: -48.5,-37.5 parent: 34 type: Transform + - uid: 263 + components: + - pos: -20.5,-31.5 + parent: 34 + type: Transform + - uid: 272 + components: + - pos: 42.5,-0.5 + parent: 34 + type: Transform - uid: 337 components: - pos: -31.5,-26.5 @@ -7414,6 +7494,11 @@ entities: - pos: -57.5,-10.5 parent: 34 type: Transform + - uid: 695 + components: + - pos: 42.5,-1.5 + parent: 34 + type: Transform - uid: 708 components: - pos: -21.5,-41.5 @@ -7499,6 +7584,11 @@ entities: - pos: -0.5,-14.5 parent: 34 type: Transform + - uid: 1033 + components: + - pos: 45.5,-9.5 + parent: 34 + type: Transform - uid: 1034 components: - pos: -30.5,-40.5 @@ -7519,6 +7609,11 @@ entities: - pos: -25.5,-32.5 parent: 34 type: Transform + - uid: 1103 + components: + - pos: 40.5,-12.5 + parent: 34 + type: Transform - uid: 1111 components: - pos: -24.5,-41.5 @@ -7534,11 +7629,26 @@ entities: - pos: -54.5,-10.5 parent: 34 type: Transform + - uid: 1156 + components: + - pos: 49.5,-3.5 + parent: 34 + type: Transform - uid: 1221 components: - pos: -22.5,-26.5 parent: 34 type: Transform + - uid: 1225 + components: + - pos: -20.5,-32.5 + parent: 34 + type: Transform + - uid: 1231 + components: + - pos: 48.5,0.5 + parent: 34 + type: Transform - uid: 1235 components: - pos: -21.5,-9.5 @@ -7674,6 +7784,16 @@ entities: - pos: 1.5,-40.5 parent: 34 type: Transform + - uid: 1392 + components: + - pos: -21.5,-33.5 + parent: 34 + type: Transform + - uid: 1395 + components: + - pos: 48.5,-3.5 + parent: 34 + type: Transform - uid: 1494 components: - pos: 32.5,-10.5 @@ -7729,6 +7849,11 @@ entities: - pos: -14.5,-37.5 parent: 34 type: Transform + - uid: 1617 + components: + - pos: 49.5,0.5 + parent: 34 + type: Transform - uid: 1659 components: - pos: -43.5,-37.5 @@ -8169,6 +8294,11 @@ entities: - pos: -15.5,-40.5 parent: 34 type: Transform + - uid: 1823 + components: + - pos: 41.5,-5.5 + parent: 34 + type: Transform - uid: 1843 components: - pos: -25.5,-26.5 @@ -8189,6 +8319,11 @@ entities: - pos: -29.5,-49.5 parent: 34 type: Transform + - uid: 1883 + components: + - pos: 50.5,-3.5 + parent: 34 + type: Transform - uid: 1911 components: - pos: 17.5,-42.5 @@ -8219,6 +8354,11 @@ entities: - pos: -29.5,-50.5 parent: 34 type: Transform + - uid: 2217 + components: + - pos: 41.5,-2.5 + parent: 34 + type: Transform - uid: 2396 components: - pos: -44.5,-18.5 @@ -9531,11 +9671,6 @@ entities: - pos: -19.5,-42.5 parent: 34 type: Transform - - uid: 3280 - components: - - pos: -21.5,-38.5 - parent: 34 - type: Transform - uid: 3314 components: - pos: -33.5,-41.5 @@ -9611,16 +9746,6 @@ entities: - pos: -8.5,-26.5 parent: 34 type: Transform - - uid: 3675 - components: - - pos: -21.5,-36.5 - parent: 34 - type: Transform - - uid: 3682 - components: - - pos: -20.5,-35.5 - parent: 34 - type: Transform - uid: 3683 components: - pos: -29.5,-44.5 @@ -9946,9 +10071,9 @@ entities: - pos: -0.5,-11.5 parent: 34 type: Transform - - uid: 4341 + - uid: 4343 components: - - pos: -24.5,-32.5 + - pos: -21.5,-30.5 parent: 34 type: Transform - uid: 4349 @@ -10011,11 +10136,6 @@ entities: - pos: 10.5,-47.5 parent: 34 type: Transform - - uid: 4455 - components: - - pos: -22.5,-38.5 - parent: 34 - type: Transform - uid: 4456 components: - pos: -23.5,-41.5 @@ -10026,6 +10146,81 @@ entities: - pos: 37.5,4.5 parent: 34 type: Transform + - uid: 4543 + components: + - pos: -20.5,-34.5 + parent: 34 + type: Transform + - uid: 4544 + components: + - pos: -21.5,-33.5 + parent: 34 + type: Transform + - uid: 4550 + components: + - pos: 47.5,-6.5 + parent: 34 + type: Transform + - uid: 4552 + components: + - pos: 42.5,-12.5 + parent: 34 + type: Transform + - uid: 4553 + components: + - pos: 41.5,-12.5 + parent: 34 + type: Transform + - uid: 4578 + components: + - pos: 41.5,-1.5 + parent: 34 + type: Transform + - uid: 4580 + components: + - pos: -21.5,-36.5 + parent: 34 + type: Transform + - uid: 4581 + components: + - pos: -21.5,-34.5 + parent: 34 + type: Transform + - uid: 4662 + components: + - pos: -20.5,-30.5 + parent: 34 + type: Transform + - uid: 4666 + components: + - pos: 43.5,-5.5 + parent: 34 + type: Transform + - uid: 4672 + components: + - pos: 36.5,-16.5 + parent: 34 + type: Transform + - uid: 4674 + components: + - pos: -22.5,-34.5 + parent: 34 + type: Transform + - uid: 4697 + components: + - pos: 40.5,-9.5 + parent: 34 + type: Transform + - uid: 4742 + components: + - pos: 40.5,-7.5 + parent: 34 + type: Transform + - uid: 4767 + components: + - pos: 44.5,-5.5 + parent: 34 + type: Transform - uid: 4786 components: - pos: -0.5,-28.5 @@ -10041,14 +10236,14 @@ entities: - pos: -0.5,-29.5 parent: 34 type: Transform - - uid: 4804 + - uid: 4797 components: - - pos: 40.5,-1.5 + - pos: 42.5,-5.5 parent: 34 type: Transform - - uid: 4805 + - uid: 4804 components: - - pos: 40.5,-2.5 + - pos: 40.5,-1.5 parent: 34 type: Transform - uid: 4806 @@ -10066,16 +10261,6 @@ entities: - pos: 38.5,-3.5 parent: 34 type: Transform - - uid: 4809 - components: - - pos: 38.5,-2.5 - parent: 34 - type: Transform - - uid: 4810 - components: - - pos: 38.5,-1.5 - parent: 34 - type: Transform - uid: 4811 components: - pos: 38.5,-0.5 @@ -10241,169 +10426,19 @@ entities: - pos: 41.5,-3.5 parent: 34 type: Transform - - uid: 4844 - components: - - pos: 38.5,-5.5 - parent: 34 - type: Transform - - uid: 4845 - components: - - pos: 39.5,-5.5 - parent: 34 - type: Transform - - uid: 4846 - components: - - pos: 40.5,-5.5 - parent: 34 - type: Transform - - uid: 4847 - components: - - pos: 41.5,-5.5 - parent: 34 - type: Transform - - uid: 4848 - components: - - pos: 41.5,-6.5 - parent: 34 - type: Transform - - uid: 4849 - components: - - pos: 41.5,-7.5 - parent: 34 - type: Transform - - uid: 4850 - components: - - pos: 42.5,-7.5 - parent: 34 - type: Transform - - uid: 4851 - components: - - pos: 42.5,-8.5 - parent: 34 - type: Transform - - uid: 4852 - components: - - pos: 42.5,-9.5 - parent: 34 - type: Transform - - uid: 4853 - components: - - pos: 42.5,-10.5 - parent: 34 - type: Transform - - uid: 4854 - components: - - pos: 42.5,-11.5 - parent: 34 - type: Transform - - uid: 4855 - components: - - pos: 42.5,-12.5 - parent: 34 - type: Transform - - uid: 4856 - components: - - pos: 41.5,-12.5 - parent: 34 - type: Transform - - uid: 4857 - components: - - pos: 40.5,-12.5 - parent: 34 - type: Transform - uid: 4858 components: - - pos: 39.5,-12.5 - parent: 34 - type: Transform - - uid: 4859 - components: - - pos: 39.5,-11.5 - parent: 34 - type: Transform - - uid: 4860 - components: - - pos: 39.5,-10.5 - parent: 34 - type: Transform - - uid: 4861 - components: - - pos: 39.5,-9.5 - parent: 34 - type: Transform - - uid: 4862 - components: - - pos: 39.5,-8.5 - parent: 34 - type: Transform - - uid: 4863 - components: - - pos: 39.5,-7.5 - parent: 34 - type: Transform - - uid: 4864 - components: - - pos: 40.5,-7.5 + - pos: 41.5,-7.5 parent: 34 type: Transform - uid: 4865 components: - - pos: 43.5,-12.5 - parent: 34 - type: Transform - - uid: 4866 - components: - - pos: 38.5,-12.5 - parent: 34 - type: Transform - - uid: 4867 - components: - - pos: 38.5,-9.5 - parent: 34 - type: Transform - - uid: 4868 - components: - - pos: 43.5,-9.5 - parent: 34 - type: Transform - - uid: 4869 - components: - - pos: 43.5,-7.5 - parent: 34 - type: Transform - - uid: 4870 - components: - - pos: 38.5,-7.5 - parent: 34 - type: Transform - - uid: 4871 - components: - - pos: 37.5,-12.5 - parent: 34 - type: Transform - - uid: 4872 - components: - - pos: 37.5,-9.5 - parent: 34 - type: Transform - - uid: 4873 - components: - - pos: 37.5,-7.5 - parent: 34 - type: Transform - - uid: 4874 - components: - - pos: 44.5,-7.5 - parent: 34 - type: Transform - - uid: 4875 - components: - - pos: 44.5,-9.5 + - pos: 36.5,-17.5 parent: 34 type: Transform - uid: 4876 components: - - pos: 44.5,-12.5 + - pos: -19.5,-40.5 parent: 34 type: Transform - uid: 4928 @@ -11171,6 +11206,16 @@ entities: - pos: 39.5,-39.5 parent: 34 type: Transform + - uid: 6021 + components: + - pos: 42.5,-8.5 + parent: 34 + type: Transform + - uid: 6024 + components: + - pos: 41.5,-9.5 + parent: 34 + type: Transform - uid: 6034 components: - pos: 46.5,-24.5 @@ -11466,9 +11511,9 @@ entities: - pos: 4.5,-33.5 parent: 34 type: Transform - - uid: 6564 + - uid: 6685 components: - - pos: -24.5,-33.5 + - pos: -19.5,-39.5 parent: 34 type: Transform - uid: 6793 @@ -11861,11 +11906,6 @@ entities: - pos: 32.5,-19.5 parent: 34 type: Transform - - uid: 6953 - components: - - pos: 32.5,-15.5 - parent: 34 - type: Transform - uid: 6954 components: - pos: 32.5,-16.5 @@ -11901,11 +11941,6 @@ entities: - pos: 35.5,-16.5 parent: 34 type: Transform - - uid: 6965 - components: - - pos: 36.5,-16.5 - parent: 34 - type: Transform - uid: 6966 components: - pos: 23.5,-4.5 @@ -12081,6 +12116,21 @@ entities: - pos: 12.5,-11.5 parent: 34 type: Transform + - uid: 7024 + components: + - pos: 45.5,-8.5 + parent: 34 + type: Transform + - uid: 7065 + components: + - pos: 46.5,-6.5 + parent: 34 + type: Transform + - uid: 7067 + components: + - pos: 44.5,-6.5 + parent: 34 + type: Transform - uid: 7103 components: - pos: -44.5,-5.5 @@ -14121,11 +14171,6 @@ entities: - pos: 0.5,-20.5 parent: 34 type: Transform - - uid: 7814 - components: - - pos: -14.5,-30.5 - parent: 34 - type: Transform - uid: 7817 components: - pos: -54.5,-19.5 @@ -14421,24 +14466,9 @@ entities: - pos: 14.5,-48.5 parent: 34 type: Transform - - uid: 8072 - components: - - pos: 13.5,-48.5 - parent: 34 - type: Transform - - uid: 8073 - components: - - pos: 12.5,-48.5 - parent: 34 - type: Transform - - uid: 8074 - components: - - pos: 11.5,-48.5 - parent: 34 - type: Transform - uid: 8075 components: - - pos: 11.5,-49.5 + - pos: -21.5,-32.5 parent: 34 type: Transform - uid: 8129 @@ -14481,6 +14511,26 @@ entities: - pos: -12.5,-37.5 parent: 34 type: Transform + - uid: 8444 + components: + - pos: -21.5,-37.5 + parent: 34 + type: Transform + - uid: 8919 + components: + - pos: 42.5,-10.5 + parent: 34 + type: Transform + - uid: 8921 + components: + - pos: 45.5,-10.5 + parent: 34 + type: Transform + - uid: 8940 + components: + - pos: 46.5,-12.5 + parent: 34 + type: Transform - uid: 8978 components: - pos: 10.5,-41.5 @@ -14491,6 +14541,11 @@ entities: - pos: 2.5,-40.5 parent: 34 type: Transform + - uid: 9314 + components: + - pos: 46.5,-9.5 + parent: 34 + type: Transform - uid: 9339 components: - pos: 25.5,-46.5 @@ -14526,6 +14581,11 @@ entities: - pos: 25.5,-44.5 parent: 34 type: Transform + - uid: 9388 + components: + - pos: 43.5,-11.5 + parent: 34 + type: Transform - uid: 9404 components: - pos: -22.5,-41.5 @@ -14541,6 +14601,16 @@ entities: - pos: -49.5,-17.5 parent: 34 type: Transform + - uid: 9984 + components: + - pos: -20.5,-29.5 + parent: 34 + type: Transform + - uid: 10019 + components: + - pos: 42.5,-6.5 + parent: 34 + type: Transform - uid: 10115 components: - pos: 16.5,-41.5 @@ -14691,11 +14761,26 @@ entities: - pos: 4.5,-44.5 parent: 34 type: Transform + - uid: 10357 + components: + - pos: 45.5,-7.5 + parent: 34 + type: Transform + - uid: 10433 + components: + - pos: 45.5,-6.5 + parent: 34 + type: Transform - uid: 10460 components: - pos: -2.5,14.5 parent: 34 type: Transform + - uid: 10479 + components: + - pos: -44.5,-24.5 + parent: 34 + type: Transform - uid: 10495 components: - pos: -0.5,-42.5 @@ -14826,6 +14911,11 @@ entities: - pos: -54.5,-21.5 parent: 34 type: Transform + - uid: 11060 + components: + - pos: 42.5,-7.5 + parent: 34 + type: Transform - uid: 11069 components: - pos: 42.5,5.5 @@ -14836,6 +14926,11 @@ entities: - pos: 42.5,6.5 parent: 34 type: Transform + - uid: 11092 + components: + - pos: 47.5,0.5 + parent: 34 + type: Transform - uid: 11114 components: - pos: -27.5,-33.5 @@ -14876,6 +14971,11 @@ entities: - pos: 16.5,-44.5 parent: 34 type: Transform + - uid: 11245 + components: + - pos: 47.5,-0.5 + parent: 34 + type: Transform - uid: 11276 components: - pos: 26.5,8.5 @@ -14996,14 +15096,9 @@ entities: - pos: -35.5,-26.5 parent: 34 type: Transform - - uid: 11449 - components: - - pos: -46.5,-23.5 - parent: 34 - type: Transform - - uid: 11450 + - uid: 11435 components: - - pos: -46.5,-24.5 + - pos: -44.5,-23.5 parent: 34 type: Transform - uid: 11451 @@ -15116,16 +15211,6 @@ entities: - pos: -13.5,-37.5 parent: 34 type: Transform - - uid: 11631 - components: - - pos: -19.5,-34.5 - parent: 34 - type: Transform - - uid: 11637 - components: - - pos: -22.5,-38.5 - parent: 34 - type: Transform - uid: 11673 components: - pos: -39.5,9.5 @@ -15191,6 +15276,11 @@ entities: - pos: -16.5,-34.5 parent: 34 type: Transform + - uid: 11838 + components: + - pos: -21.5,-35.5 + parent: 34 + type: Transform - uid: 11839 components: - pos: -15.5,-34.5 @@ -15441,6 +15531,11 @@ entities: - pos: -16.5,-38.5 parent: 34 type: Transform + - uid: 12392 + components: + - pos: 45.5,-12.5 + parent: 34 + type: Transform - uid: 12393 components: - pos: -17.5,-38.5 @@ -15448,7 +15543,12 @@ entities: type: Transform - uid: 12394 components: - - pos: -18.5,-38.5 + - pos: 47.5,-12.5 + parent: 34 + type: Transform + - uid: 12395 + components: + - pos: 47.5,-9.5 parent: 34 type: Transform - uid: 12414 @@ -15481,9 +15581,14 @@ entities: - pos: -14.5,-33.5 parent: 34 type: Transform - - uid: 12456 + - uid: 12458 components: - - pos: -21.5,-39.5 + - pos: 45.5,-11.5 + parent: 34 + type: Transform + - uid: 12459 + components: + - pos: 44.5,-11.5 parent: 34 type: Transform - uid: 12466 @@ -15506,14 +15611,9 @@ entities: - pos: -13.5,-42.5 parent: 34 type: Transform - - uid: 12483 - components: - - pos: -21.5,-35.5 - parent: 34 - type: Transform - uid: 12485 components: - - pos: -19.5,-35.5 + - pos: 35.5,-3.5 parent: 34 type: Transform - uid: 12489 @@ -15521,6 +15621,16 @@ entities: - pos: -54.5,-31.5 parent: 34 type: Transform + - uid: 12490 + components: + - pos: 36.5,-4.5 + parent: 34 + type: Transform + - uid: 12492 + components: + - pos: 36.5,-3.5 + parent: 34 + type: Transform - uid: 12495 components: - pos: -29.5,-56.5 @@ -15581,6 +15691,11 @@ entities: - pos: -29.5,-59.5 parent: 34 type: Transform + - uid: 12533 + components: + - pos: 42.5,-11.5 + parent: 34 + type: Transform - uid: 12535 components: - pos: -30.5,-59.5 @@ -16052,6 +16167,11 @@ entities: type: Transform - proto: CableHV entities: + - uid: 9 + components: + - pos: 36.5,-8.5 + parent: 34 + type: Transform - uid: 669 components: - pos: 16.5,-42.5 @@ -16062,11 +16182,6 @@ entities: - pos: 16.5,-43.5 parent: 34 type: Transform - - uid: 1001 - components: - - pos: -11.5,-30.5 - parent: 34 - type: Transform - uid: 1049 components: - pos: -17.5,-24.5 @@ -16079,22 +16194,12 @@ entities: type: Transform - uid: 1060 components: - - pos: -10.5,-29.5 - parent: 34 - type: Transform - - uid: 1067 - components: - - pos: -10.5,-30.5 + - pos: 36.5,-4.5 parent: 34 type: Transform - uid: 1085 components: - - pos: -10.5,-28.5 - parent: 34 - type: Transform - - uid: 1101 - components: - - pos: -10.5,-23.5 + - pos: 36.5,-14.5 parent: 34 type: Transform - uid: 1102 @@ -16102,11 +16207,6 @@ entities: - pos: -19.5,-29.5 parent: 34 type: Transform - - uid: 1103 - components: - - pos: -13.5,-30.5 - parent: 34 - type: Transform - uid: 1122 components: - pos: -17.5,-23.5 @@ -16192,21 +16292,6 @@ entities: - pos: -32.5,-39.5 parent: 34 type: Transform - - uid: 1152 - components: - - pos: -10.5,-27.5 - parent: 34 - type: Transform - - uid: 1156 - components: - - pos: -10.5,-26.5 - parent: 34 - type: Transform - - uid: 1157 - components: - - pos: -10.5,-24.5 - parent: 34 - type: Transform - uid: 1159 components: - pos: -31.5,-33.5 @@ -16227,19 +16312,14 @@ entities: - pos: -35.5,-30.5 parent: 34 type: Transform - - uid: 1272 - components: - - pos: -10.5,-25.5 - parent: 34 - type: Transform - uid: 1279 components: - pos: -20.5,-29.5 parent: 34 type: Transform - - uid: 1359 + - uid: 1285 components: - - pos: 30.5,-14.5 + - pos: 35.5,-16.5 parent: 34 type: Transform - uid: 1374 @@ -16257,11 +16337,6 @@ entities: - pos: -37.5,-24.5 parent: 34 type: Transform - - uid: 1604 - components: - - pos: -12.5,-30.5 - parent: 34 - type: Transform - uid: 1609 components: - pos: -17.5,-25.5 @@ -16287,19 +16362,14 @@ entities: - pos: -37.5,-21.5 parent: 34 type: Transform - - uid: 1822 - components: - - pos: 28.5,-14.5 - parent: 34 - type: Transform - uid: 1842 components: - pos: -37.5,-19.5 parent: 34 type: Transform - - uid: 1883 + - uid: 1844 components: - - pos: 24.5,-12.5 + - pos: 36.5,-16.5 parent: 34 type: Transform - uid: 1941 @@ -16372,36 +16442,16 @@ entities: - pos: -45.5,-12.5 parent: 34 type: Transform - - uid: 2434 - components: - - pos: -17.5,-30.5 - parent: 34 - type: Transform - uid: 2478 components: - pos: 52.5,-23.5 parent: 34 type: Transform - - uid: 2491 - components: - - pos: -14.5,-30.5 - parent: 34 - type: Transform - uid: 2498 components: - pos: -17.5,-29.5 parent: 34 type: Transform - - uid: 2499 - components: - - pos: -16.5,-30.5 - parent: 34 - type: Transform - - uid: 2521 - components: - - pos: -15.5,-30.5 - parent: 34 - type: Transform - uid: 2543 components: - pos: -38.5,-12.5 @@ -16437,26 +16487,6 @@ entities: - pos: -30.5,-30.5 parent: 34 type: Transform - - uid: 2645 - components: - - pos: -25.5,-22.5 - parent: 34 - type: Transform - - uid: 2646 - components: - - pos: -24.5,-22.5 - parent: 34 - type: Transform - - uid: 2647 - components: - - pos: -23.5,-22.5 - parent: 34 - type: Transform - - uid: 2648 - components: - - pos: -22.5,-22.5 - parent: 34 - type: Transform - uid: 2649 components: - pos: -21.5,-22.5 @@ -16712,11 +16742,6 @@ entities: - pos: 8.5,-14.5 parent: 34 type: Transform - - uid: 3254 - components: - - pos: 34.5,-2.5 - parent: 34 - type: Transform - uid: 3279 components: - pos: -40.5,-12.5 @@ -16727,11 +16752,6 @@ entities: - pos: -41.5,-12.5 parent: 34 type: Transform - - uid: 3381 - components: - - pos: 32.5,-14.5 - parent: 34 - type: Transform - uid: 3439 components: - pos: 9.5,-18.5 @@ -16767,64 +16787,64 @@ entities: - pos: 9.5,-19.5 parent: 34 type: Transform - - uid: 3984 + - uid: 4134 components: - - pos: 27.5,-14.5 + - pos: -51.5,-29.5 parent: 34 type: Transform - - uid: 3989 + - uid: 4136 components: - - pos: 25.5,-14.5 + - pos: -50.5,-29.5 parent: 34 type: Transform - - uid: 4077 + - uid: 4164 components: - - pos: 24.5,-14.5 + - pos: -43.5,-12.5 parent: 34 type: Transform - - uid: 4078 + - uid: 4435 components: - - pos: 24.5,-11.5 + - pos: -42.5,-12.5 parent: 34 type: Transform - - uid: 4129 + - uid: 4608 components: - - pos: 26.5,-14.5 + - pos: -22.5,-29.5 parent: 34 type: Transform - - uid: 4134 + - uid: 4634 components: - - pos: -51.5,-29.5 + - pos: 36.5,-16.5 parent: 34 type: Transform - - uid: 4136 + - uid: 4650 components: - - pos: -50.5,-29.5 + - pos: 36.5,-17.5 parent: 34 type: Transform - - uid: 4141 + - uid: 4671 components: - - pos: 31.5,-14.5 + - pos: 36.5,-5.5 parent: 34 type: Transform - - uid: 4159 + - uid: 4750 components: - - pos: 29.5,-14.5 + - pos: 35.5,-3.5 parent: 34 type: Transform - - uid: 4160 + - uid: 4752 components: - - pos: 24.5,-13.5 + - pos: 33.5,-3.5 parent: 34 type: Transform - - uid: 4164 + - uid: 4846 components: - - pos: -43.5,-12.5 + - pos: 36.5,-7.5 parent: 34 type: Transform - - uid: 4435 + - uid: 4854 components: - - pos: -42.5,-12.5 + - pos: 37.5,-19.5 parent: 34 type: Transform - uid: 4972 @@ -17517,6 +17537,16 @@ entities: - pos: -39.5,-12.5 parent: 34 type: Transform + - uid: 6025 + components: + - pos: 36.5,-6.5 + parent: 34 + type: Transform + - uid: 6150 + components: + - pos: 36.5,-19.5 + parent: 34 + type: Transform - uid: 6376 components: - pos: -51.5,-30.5 @@ -18092,31 +18122,6 @@ entities: - pos: 36.5,-16.5 parent: 34 type: Transform - - uid: 6685 - components: - - pos: 37.5,-16.5 - parent: 34 - type: Transform - - uid: 6686 - components: - - pos: 37.5,-15.5 - parent: 34 - type: Transform - - uid: 6687 - components: - - pos: 32.5,-16.5 - parent: 34 - type: Transform - - uid: 6688 - components: - - pos: 32.5,-15.5 - parent: 34 - type: Transform - - uid: 6691 - components: - - pos: 33.5,-4.5 - parent: 34 - type: Transform - uid: 6693 components: - pos: 32.5,-10.5 @@ -18132,21 +18137,6 @@ entities: - pos: 52.5,-24.5 parent: 34 type: Transform - - uid: 6699 - components: - - pos: 32.5,-4.5 - parent: 34 - type: Transform - - uid: 6700 - components: - - pos: 32.5,-3.5 - parent: 34 - type: Transform - - uid: 6701 - components: - - pos: 32.5,-2.5 - parent: 34 - type: Transform - uid: 6702 components: - pos: 33.5,-2.5 @@ -18927,19 +18917,14 @@ entities: - pos: -21.5,-0.5 parent: 34 type: Transform - - uid: 6952 - components: - - pos: 23.5,-3.5 - parent: 34 - type: Transform - - uid: 7046 + - uid: 6953 components: - - pos: 34.5,-4.5 + - pos: 34.5,-3.5 parent: 34 type: Transform - - uid: 7047 + - uid: 7023 components: - - pos: 24.5,-12.5 + - pos: 36.5,-13.5 parent: 34 type: Transform - uid: 7704 @@ -18962,14 +18947,24 @@ entities: - pos: -28.5,-31.5 parent: 34 type: Transform - - uid: 8415 + - uid: 8906 components: - - pos: -25.5,-34.5 + - pos: 36.5,-18.5 parent: 34 type: Transform - - uid: 9314 + - uid: 9109 components: - - pos: -26.5,-34.5 + - pos: 36.5,-3.5 + parent: 34 + type: Transform + - uid: 9110 + components: + - pos: 36.5,-15.5 + parent: 34 + type: Transform + - uid: 10022 + components: + - pos: 36.5,-10.5 parent: 34 type: Transform - uid: 10361 @@ -18982,6 +18977,31 @@ entities: - pos: -37.5,-20.5 parent: 34 type: Transform + - uid: 10787 + components: + - pos: -30.5,10.5 + parent: 34 + type: Transform + - uid: 10823 + components: + - pos: -29.5,8.5 + parent: 34 + type: Transform + - uid: 10833 + components: + - pos: -30.5,8.5 + parent: 34 + type: Transform + - uid: 10864 + components: + - pos: -28.5,8.5 + parent: 34 + type: Transform + - uid: 10896 + components: + - pos: -30.5,9.5 + parent: 34 + type: Transform - uid: 11025 components: - pos: -29.5,-30.5 @@ -19002,6 +19022,16 @@ entities: - pos: -50.5,-31.5 parent: 34 type: Transform + - uid: 11058 + components: + - pos: 36.5,-3.5 + parent: 34 + type: Transform + - uid: 11059 + components: + - pos: 36.5,-12.5 + parent: 34 + type: Transform - uid: 11226 components: - pos: 13.5,-44.5 @@ -19027,11 +19057,6 @@ entities: - pos: -50.5,-33.5 parent: 34 type: Transform - - uid: 11593 - components: - - pos: 24.5,-10.5 - parent: 34 - type: Transform - uid: 11614 components: - pos: 52.5,-22.5 @@ -19047,24 +19072,19 @@ entities: - pos: -28.5,-32.5 parent: 34 type: Transform - - uid: 11848 - components: - - pos: 23.5,-10.5 - parent: 34 - type: Transform - uid: 11850 components: - pos: -37.5,-12.5 parent: 34 type: Transform - - uid: 12386 + - uid: 12456 components: - - pos: 23.5,-4.5 + - pos: 36.5,-9.5 parent: 34 type: Transform - - uid: 12545 + - uid: 12457 components: - - pos: 23.5,-5.5 + - pos: 36.5,-11.5 parent: 34 type: Transform - uid: 12710 @@ -19177,66 +19197,6 @@ entities: - pos: -35.5,-30.5 parent: 34 type: Transform - - uid: 12771 - components: - - pos: 23.5,-9.5 - parent: 34 - type: Transform - - uid: 12778 - components: - - pos: 23.5,-6.5 - parent: 34 - type: Transform - - uid: 12779 - components: - - pos: 23.5,-7.5 - parent: 34 - type: Transform - - uid: 12781 - components: - - pos: 23.5,-8.5 - parent: 34 - type: Transform - - uid: 12836 - components: - - pos: 24.5,-3.5 - parent: 34 - type: Transform - - uid: 12839 - components: - - pos: 25.5,-3.5 - parent: 34 - type: Transform - - uid: 12840 - components: - - pos: 26.5,-3.5 - parent: 34 - type: Transform - - uid: 12841 - components: - - pos: 27.5,-3.5 - parent: 34 - type: Transform - - uid: 12842 - components: - - pos: 28.5,-3.5 - parent: 34 - type: Transform - - uid: 12843 - components: - - pos: 29.5,-3.5 - parent: 34 - type: Transform - - uid: 12844 - components: - - pos: 30.5,-3.5 - parent: 34 - type: Transform - - uid: 12845 - components: - - pos: 31.5,-3.5 - parent: 34 - type: Transform - proto: CableHVStack entities: - uid: 5064 @@ -19276,6 +19236,11 @@ entities: - pos: 6.5,-13.5 parent: 34 type: Transform + - uid: 900 + components: + - pos: -14.5,-31.5 + parent: 34 + type: Transform - uid: 903 components: - pos: -5.5,-44.5 @@ -19311,19 +19276,14 @@ entities: - pos: -7.5,-31.5 parent: 34 type: Transform - - uid: 1033 - components: - - pos: -21.5,-29.5 - parent: 34 - type: Transform - - uid: 1059 + - uid: 1149 components: - - pos: -21.5,-35.5 + - pos: 41.5,-3.5 parent: 34 type: Transform - - uid: 1149 + - uid: 1152 components: - - pos: -21.5,-36.5 + - pos: 41.5,-2.5 parent: 34 type: Transform - uid: 1286 @@ -19341,6 +19301,16 @@ entities: - pos: -10.5,-30.5 parent: 34 type: Transform + - uid: 1391 + components: + - pos: -20.5,-31.5 + parent: 34 + type: Transform + - uid: 1604 + components: + - pos: -21.5,-32.5 + parent: 34 + type: Transform - uid: 1848 components: - pos: -35.5,-33.5 @@ -19861,6 +19831,11 @@ entities: - pos: 37.5,-4.5 parent: 34 type: Transform + - uid: 3380 + components: + - pos: 33.5,-14.5 + parent: 34 + type: Transform - uid: 3418 components: - pos: -3.5,-33.5 @@ -19976,9 +19951,9 @@ entities: - pos: 9.5,-14.5 parent: 34 type: Transform - - uid: 3846 + - uid: 3980 components: - - pos: -19.5,-35.5 + - pos: -20.5,-39.5 parent: 34 type: Transform - uid: 3995 @@ -20036,14 +20011,84 @@ entities: - pos: -10.5,-31.5 parent: 34 type: Transform - - uid: 4448 + - uid: 4532 components: - - pos: -10.5,-32.5 + - pos: 36.5,-18.5 parent: 34 type: Transform - - uid: 4459 + - uid: 4551 components: - - pos: -10.5,-33.5 + - pos: 41.5,-4.5 + parent: 34 + type: Transform + - uid: 4554 + components: + - pos: 41.5,-5.5 + parent: 34 + type: Transform + - uid: 4572 + components: + - pos: -14.5,-30.5 + parent: 34 + type: Transform + - uid: 4576 + components: + - pos: 36.5,-17.5 + parent: 34 + type: Transform + - uid: 4605 + components: + - pos: -21.5,-30.5 + parent: 34 + type: Transform + - uid: 4606 + components: + - pos: -22.5,-29.5 + parent: 34 + type: Transform + - uid: 4607 + components: + - pos: -21.5,-29.5 + parent: 34 + type: Transform + - uid: 4669 + components: + - pos: -21.5,-34.5 + parent: 34 + type: Transform + - uid: 4683 + components: + - pos: -21.5,-36.5 + parent: 34 + type: Transform + - uid: 4694 + components: + - pos: -19.5,-39.5 + parent: 34 + type: Transform + - uid: 4702 + components: + - pos: -21.5,-33.5 + parent: 34 + type: Transform + - uid: 4768 + components: + - pos: -21.5,-37.5 + parent: 34 + type: Transform + - uid: 4866 + components: + - pos: 37.5,-19.5 + parent: 34 + type: Transform + - uid: 4873 + components: + - pos: 33.5,-15.5 + parent: 34 + type: Transform + - uid: 4892 + components: + - pos: -21.5,-39.5 parent: 34 type: Transform - uid: 5135 @@ -20331,16 +20376,6 @@ entities: - pos: 25.5,-36.5 parent: 34 type: Transform - - uid: 5352 - components: - - pos: -10.5,-34.5 - parent: 34 - type: Transform - - uid: 5544 - components: - - pos: -11.5,-34.5 - parent: 34 - type: Transform - uid: 5666 components: - pos: -35.5,-2.5 @@ -20376,16 +20411,6 @@ entities: - pos: -19.5,3.5 parent: 34 type: Transform - - uid: 5910 - components: - - pos: -12.5,-34.5 - parent: 34 - type: Transform - - uid: 5912 - components: - - pos: -13.5,-34.5 - parent: 34 - type: Transform - uid: 5992 components: - pos: -49.5,-28.5 @@ -20451,11 +20476,6 @@ entities: - pos: -14.5,-31.5 parent: 34 type: Transform - - uid: 6397 - components: - - pos: -20.5,-35.5 - parent: 34 - type: Transform - uid: 6534 components: - pos: -17.5,-23.5 @@ -20581,16 +20601,6 @@ entities: - pos: 11.5,-17.5 parent: 34 type: Transform - - uid: 7023 - components: - - pos: 37.5,-15.5 - parent: 34 - type: Transform - - uid: 7024 - components: - - pos: 37.5,-16.5 - parent: 34 - type: Transform - uid: 7025 components: - pos: 36.5,-16.5 @@ -20611,16 +20621,6 @@ entities: - pos: 33.5,-16.5 parent: 34 type: Transform - - uid: 7029 - components: - - pos: 32.5,-16.5 - parent: 34 - type: Transform - - uid: 7030 - components: - - pos: 32.5,-15.5 - parent: 34 - type: Transform - uid: 7031 components: - pos: 32.5,-14.5 @@ -20746,26 +20746,11 @@ entities: - pos: 40.5,-3.5 parent: 34 type: Transform - - uid: 7065 - components: - - pos: 40.5,-2.5 - parent: 34 - type: Transform - uid: 7066 components: - pos: 40.5,-1.5 parent: 34 type: Transform - - uid: 7067 - components: - - pos: 38.5,-4.5 - parent: 34 - type: Transform - - uid: 7068 - components: - - pos: 38.5,-5.5 - parent: 34 - type: Transform - uid: 7415 components: - pos: -27.5,-32.5 @@ -21546,11 +21531,26 @@ entities: - pos: -2.5,-2.5 parent: 34 type: Transform + - uid: 8104 + components: + - pos: -20.5,-32.5 + parent: 34 + type: Transform - uid: 8782 components: - pos: -11.5,-30.5 parent: 34 type: Transform + - uid: 8846 + components: + - pos: -21.5,-38.5 + parent: 34 + type: Transform + - uid: 8915 + components: + - pos: 41.5,-1.5 + parent: 34 + type: Transform - uid: 9464 components: - pos: -17.5,-30.5 @@ -21671,6 +21671,11 @@ entities: - pos: -2.5,0.5 parent: 34 type: Transform + - uid: 10013 + components: + - pos: -20.5,-30.5 + parent: 34 + type: Transform - uid: 10099 components: - pos: 11.5,-44.5 @@ -21736,6 +21741,11 @@ entities: - pos: -44.5,-12.5 parent: 34 type: Transform + - uid: 10550 + components: + - pos: -44.5,-24.5 + parent: 34 + type: Transform - uid: 10795 components: - pos: 17.5,-42.5 @@ -21876,6 +21886,11 @@ entities: - pos: 22.5,3.5 parent: 34 type: Transform + - uid: 10989 + components: + - pos: -21.5,-34.5 + parent: 34 + type: Transform - uid: 10998 components: - pos: 16.5,-44.5 @@ -21986,16 +22001,6 @@ entities: - pos: -46.5,-25.5 parent: 34 type: Transform - - uid: 11434 - components: - - pos: -46.5,-24.5 - parent: 34 - type: Transform - - uid: 11435 - components: - - pos: -46.5,-23.5 - parent: 34 - type: Transform - uid: 11436 components: - pos: -43.5,-14.5 @@ -22016,6 +22021,11 @@ entities: - pos: -47.5,-25.5 parent: 34 type: Transform + - uid: 11593 + components: + - pos: -21.5,-35.5 + parent: 34 + type: Transform - uid: 11595 components: - pos: 52.5,-24.5 @@ -22066,11 +22076,6 @@ entities: - pos: 7.5,-41.5 parent: 34 type: Transform - - uid: 11843 - components: - - pos: -26.5,-34.5 - parent: 34 - type: Transform - uid: 11845 components: - pos: -29.5,-32.5 @@ -22081,16 +22086,6 @@ entities: - pos: -28.5,-32.5 parent: 34 type: Transform - - uid: 11878 - components: - - pos: -25.5,-34.5 - parent: 34 - type: Transform - - uid: 11898 - components: - - pos: -14.5,-30.5 - parent: 34 - type: Transform - uid: 11904 components: - pos: -12.5,-30.5 @@ -22316,39 +22311,14 @@ entities: - pos: -43.5,-16.5 parent: 34 type: Transform - - uid: 12417 - components: - - pos: 31.5,-3.5 - parent: 34 - type: Transform - - uid: 12457 - components: - - pos: -19.5,-34.5 - parent: 34 - type: Transform - - uid: 12458 - components: - - pos: -18.5,-34.5 - parent: 34 - type: Transform - - uid: 12459 - components: - - pos: -17.5,-34.5 - parent: 34 - type: Transform - - uid: 12460 - components: - - pos: -16.5,-34.5 - parent: 34 - type: Transform - - uid: 12461 + - uid: 12407 components: - - pos: -15.5,-34.5 + - pos: -44.5,-23.5 parent: 34 type: Transform - - uid: 12462 + - uid: 12417 components: - - pos: -14.5,-34.5 + - pos: 31.5,-3.5 parent: 34 type: Transform - uid: 12465 @@ -22361,21 +22331,6 @@ entities: - pos: -46.5,-12.5 parent: 34 type: Transform - - uid: 12478 - components: - - pos: -21.5,-37.5 - parent: 34 - type: Transform - - uid: 12479 - components: - - pos: -21.5,-38.5 - parent: 34 - type: Transform - - uid: 12480 - components: - - pos: -22.5,-38.5 - parent: 34 - type: Transform - uid: 12493 components: - pos: -48.5,-12.5 @@ -22386,6 +22341,11 @@ entities: - pos: -47.5,-12.5 parent: 34 type: Transform + - uid: 12534 + components: + - pos: 36.5,-19.5 + parent: 34 + type: Transform - uid: 12598 components: - pos: -49.5,-12.5 @@ -22451,11 +22411,6 @@ entities: - pos: 23.5,-3.5 parent: 34 type: Transform - - uid: 12967 - components: - - pos: 23.5,-8.5 - parent: 34 - type: Transform - proto: CableTerminal entities: - uid: 1127 @@ -22499,21 +22454,8 @@ entities: pos: -51.5,-29.5 parent: 34 type: Transform -- proto: CannabisSeeds - entities: - - uid: 4679 - components: - - rot: -1.5707963267948966 rad - pos: 45.44309,-6.5046253 - parent: 34 - type: Transform - proto: Carpet entities: - - uid: 1810 - components: - - pos: 34.5,-10.5 - parent: 34 - type: Transform - uid: 2192 components: - pos: -42.5,-6.5 @@ -22529,11 +22471,6 @@ entities: - pos: -42.5,-4.5 parent: 34 type: Transform - - uid: 3981 - components: - - pos: 34.5,-9.5 - parent: 34 - type: Transform - uid: 5811 components: - rot: 3.141592653589793 rad @@ -22644,34 +22581,40 @@ entities: - pos: 16.5,-34.5 parent: 34 type: Transform - - uid: 4681 + - uid: 4845 components: - - pos: 47.5,0.5 + - rot: 1.5707963267948966 rad + pos: 48.5,-0.5 parent: 34 type: Transform - - uid: 4684 + - uid: 4852 components: - - pos: 46.5,0.5 + - rot: 1.5707963267948966 rad + pos: 48.5,0.5 parent: 34 type: Transform - - uid: 4687 + - uid: 4855 components: - - pos: 47.5,-0.5 + - rot: 1.5707963267948966 rad + pos: 47.5,0.5 parent: 34 type: Transform - - uid: 4696 + - uid: 4856 components: - - pos: 45.5,-0.5 + - rot: 1.5707963267948966 rad + pos: 49.5,0.5 parent: 34 type: Transform - - uid: 4699 + - uid: 4954 components: - - pos: 45.5,0.5 + - rot: 1.5707963267948966 rad + pos: 49.5,-0.5 parent: 34 type: Transform - - uid: 4700 + - uid: 4956 components: - - pos: 46.5,-0.5 + - rot: 1.5707963267948966 rad + pos: 47.5,-0.5 parent: 34 type: Transform - uid: 5539 @@ -22839,39 +22782,27 @@ entities: - pos: -26.5,-31.5 parent: 34 type: Transform - - uid: 4343 - components: - - rot: -1.5707963267948966 rad - pos: -25.5,-32.5 - parent: 34 - type: Transform - uid: 4454 components: - rot: -1.5707963267948966 rad pos: -25.5,-31.5 parent: 34 type: Transform - - uid: 4701 - components: - - pos: 45.5,-7.5 - parent: 34 - type: Transform - - uid: 4702 + - uid: 4601 components: - - pos: 45.5,-6.5 + - pos: 48.5,-6.5 parent: 34 type: Transform - - uid: 9388 + - uid: 4657 components: - - rot: 1.5707963267948966 rad - pos: -26.5,-32.5 + - pos: 48.5,-7.5 parent: 34 type: Transform - proto: CarpetPink entities: - - uid: 4688 + - uid: 4743 components: - - pos: 36.5,-6.5 + - pos: 39.5,-6.5 parent: 34 type: Transform - uid: 5847 @@ -23167,6 +23098,12 @@ entities: pos: 6.5,10.5 parent: 34 type: Transform + - uid: 1142 + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-32.5 + parent: 34 + type: Transform - uid: 1189 components: - pos: -37.5,-36.5 @@ -23197,6 +23134,11 @@ entities: - pos: -39.5,-29.5 parent: 34 type: Transform + - uid: 1300 + components: + - pos: 36.5,-13.5 + parent: 34 + type: Transform - uid: 1321 components: - pos: -34.5,-29.5 @@ -23207,12 +23149,6 @@ entities: - pos: -34.5,-30.5 parent: 34 type: Transform - - uid: 1330 - components: - - rot: 3.141592653589793 rad - pos: -16.5,-30.5 - parent: 34 - type: Transform - uid: 1459 components: - pos: -41.5,-40.5 @@ -23413,6 +23349,11 @@ entities: - pos: -42.5,-41.5 parent: 34 type: Transform + - uid: 1824 + components: + - pos: 36.5,-14.5 + parent: 34 + type: Transform - uid: 1834 components: - pos: -42.5,-30.5 @@ -23448,6 +23389,24 @@ entities: - pos: -43.5,-40.5 parent: 34 type: Transform + - uid: 1894 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-34.5 + parent: 34 + type: Transform + - uid: 1905 + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-30.5 + parent: 34 + type: Transform + - uid: 2214 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 34 + type: Transform - uid: 2358 components: - rot: 3.141592653589793 rad @@ -23686,16 +23645,30 @@ entities: pos: 13.5,-42.5 parent: 34 type: Transform - - uid: 2616 + - uid: 2634 components: - rot: 3.141592653589793 rad - pos: -20.5,-30.5 + pos: -4.5,10.5 parent: 34 type: Transform - - uid: 2634 + - uid: 2635 components: - - rot: 3.141592653589793 rad - pos: -4.5,10.5 + - pos: 36.5,-9.5 + parent: 34 + type: Transform + - uid: 2645 + components: + - pos: 36.5,-8.5 + parent: 34 + type: Transform + - uid: 2646 + components: + - pos: 36.5,-7.5 + parent: 34 + type: Transform + - uid: 2647 + components: + - pos: 36.5,-6.5 parent: 34 type: Transform - uid: 2671 @@ -23709,10 +23682,9 @@ entities: pos: 13.5,-44.5 parent: 34 type: Transform - - uid: 2683 + - uid: 2707 components: - - rot: 3.141592653589793 rad - pos: -15.5,-30.5 + - pos: 36.5,-10.5 parent: 34 type: Transform - uid: 2744 @@ -24002,6 +23974,12 @@ entities: - pos: 8.5,-11.5 parent: 34 type: Transform + - uid: 3984 + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-34.5 + parent: 34 + type: Transform - uid: 4017 components: - rot: -1.5707963267948966 rad @@ -24028,12 +24006,6 @@ entities: - pos: 4.5,-54.5 parent: 34 type: Transform - - uid: 4173 - components: - - rot: 3.141592653589793 rad - pos: -14.5,-30.5 - parent: 34 - type: Transform - uid: 4196 components: - pos: 9.5,10.5 @@ -24065,19 +24037,56 @@ entities: - pos: 15.5,-40.5 parent: 34 type: Transform - - uid: 4955 + - uid: 4498 components: - - pos: 37.5,-16.5 + - rot: -1.5707963267948966 rad + pos: 36.5,-19.5 parent: 34 type: Transform - - uid: 4956 + - uid: 4565 components: - - pos: 36.5,-16.5 + - rot: 1.5707963267948966 rad + pos: -19.5,-29.5 parent: 34 type: Transform - - uid: 4957 + - uid: 4610 components: - - pos: 35.5,-16.5 + - rot: 1.5707963267948966 rad + pos: -20.5,-29.5 + parent: 34 + type: Transform + - uid: 4631 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-36.5 + parent: 34 + type: Transform + - uid: 4632 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-33.5 + parent: 34 + type: Transform + - uid: 4648 + components: + - pos: -14.5,-30.5 + parent: 34 + type: Transform + - uid: 4749 + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-31.5 + parent: 34 + type: Transform + - uid: 4756 + components: + - pos: -16.5,-30.5 + parent: 34 + type: Transform + - uid: 4791 + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-34.5 parent: 34 type: Transform - uid: 5066 @@ -24708,12 +24717,6 @@ entities: pos: -29.5,-50.5 parent: 34 type: Transform - - uid: 6023 - components: - - rot: 3.141592653589793 rad - pos: -20.5,-29.5 - parent: 34 - type: Transform - uid: 6094 components: - pos: 6.5,11.5 @@ -24747,12 +24750,6 @@ entities: - pos: 4.5,11.5 parent: 34 type: Transform - - uid: 6150 - components: - - rot: 3.141592653589793 rad - pos: -17.5,-30.5 - parent: 34 - type: Transform - uid: 6374 components: - pos: -33.5,-49.5 @@ -25303,6 +25300,22 @@ entities: - pos: -41.5,5.5 parent: 34 type: Transform + - uid: 8929 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-37.5 + parent: 34 + type: Transform + - uid: 8939 + components: + - pos: 36.5,-16.5 + parent: 34 + type: Transform + - uid: 9111 + components: + - pos: 34.5,-16.5 + parent: 34 + type: Transform - uid: 9330 components: - pos: 25.5,-46.5 @@ -25411,6 +25424,16 @@ entities: pos: -46.5,-34.5 parent: 34 type: Transform + - uid: 10721 + components: + - pos: -17.5,-30.5 + parent: 34 + type: Transform + - uid: 10994 + components: + - pos: -15.5,-30.5 + parent: 34 + type: Transform - uid: 11031 components: - rot: 3.141592653589793 rad @@ -25467,6 +25490,11 @@ entities: pos: -44.5,-38.5 parent: 34 type: Transform + - uid: 11686 + components: + - pos: 36.5,-15.5 + parent: 34 + type: Transform - uid: 11769 components: - rot: 1.5707963267948966 rad @@ -25493,6 +25521,12 @@ entities: - pos: -38.5,-58.5 parent: 34 type: Transform + - uid: 12186 + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-18.5 + parent: 34 + type: Transform - uid: 12234 components: - pos: -35.5,-36.5 @@ -25565,14 +25599,19 @@ entities: - pos: -53.5,-38.5 parent: 34 type: Transform - - uid: 12383 + - uid: 12384 components: - - pos: -21.5,-30.5 + - pos: -53.5,-39.5 parent: 34 type: Transform - - uid: 12384 + - uid: 12390 components: - - pos: -53.5,-39.5 + - pos: 36.5,-12.5 + parent: 34 + type: Transform + - uid: 12391 + components: + - pos: 36.5,-11.5 parent: 34 type: Transform - uid: 12404 @@ -25580,6 +25619,11 @@ entities: - pos: -53.5,-40.5 parent: 34 type: Transform + - uid: 12431 + components: + - pos: 35.5,-16.5 + parent: 34 + type: Transform - uid: 12446 components: - pos: -29.5,-54.5 @@ -25605,6 +25649,12 @@ entities: - pos: -33.5,-58.5 parent: 34 type: Transform + - uid: 12521 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-32.5 + parent: 34 + type: Transform - uid: 12581 components: - pos: -50.5,-26.5 @@ -26140,6 +26190,18 @@ entities: pos: -9.5,-19.5 parent: 34 type: Transform + - uid: 1272 + components: + - rot: 3.141592653589793 rad + pos: 48.5,-4.5 + parent: 34 + type: Transform + - uid: 1822 + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-3.5 + parent: 34 + type: Transform - uid: 2351 components: - pos: -46.333908,-26.566626 @@ -26212,27 +26274,10 @@ entities: - pos: 8.374117,-19.598059 parent: 34 type: Transform - - uid: 4632 - components: - - pos: 47.356102,-2.583222 - parent: 34 - type: Transform - - uid: 4634 + - uid: 4690 components: - rot: -1.5707963267948966 rad - pos: 48.293602,-3.3181071 - parent: 34 - type: Transform - - uid: 4654 - components: - - rot: 1.5707963267948966 rad - pos: 45.777977,-3.5213742 - parent: 34 - type: Transform - - uid: 4655 - components: - - rot: 3.141592653589793 rad - pos: 46.481102,-4.1624436 + pos: 41.5,-19.5 parent: 34 type: Transform - uid: 5560 @@ -26423,6 +26468,17 @@ entities: pos: -14.5,-32.5 parent: 34 type: Transform + - uid: 12357 + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-3.5 + parent: 34 + type: Transform + - uid: 12359 + components: + - pos: 49.5,-2.5 + parent: 34 + type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 8120 @@ -26543,9 +26599,9 @@ entities: pos: 10.5,-32.5 parent: 34 type: Transform - - uid: 12397 + - uid: 12383 components: - - pos: -17.5,-38.5 + - pos: 41.5,-17.5 parent: 34 type: Transform - proto: ChairOfficeLight @@ -26770,16 +26826,10 @@ entities: - pos: -32.70509,-14.717291 parent: 34 type: Transform - - uid: 4689 - components: - - rot: -1.5707963267948966 rad - pos: 37.27357,-7.604518 - parent: 34 - type: Transform - - uid: 4763 + - uid: 4342 components: - - rot: 1.5707963267948966 rad - pos: 44.74232,-9.293191 + - rot: 3.141592653589793 rad + pos: 35.5,-11.5 parent: 34 type: Transform - uid: 5038 @@ -26834,6 +26884,18 @@ entities: pos: -29.240564,-23.275719 parent: 34 type: Transform + - uid: 11500 + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-9.5 + parent: 34 + type: Transform + - uid: 11506 + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-7.5 + parent: 34 + type: Transform - uid: 11594 components: - rot: 3.141592653589793 rad @@ -27183,6 +27245,11 @@ entities: - pos: 12.5,-47.5 parent: 34 type: Transform + - uid: 8894 + components: + - pos: -20.5,-35.5 + parent: 34 + type: Transform - uid: 10232 components: - pos: 37.5,-25.5 @@ -27240,6 +27307,11 @@ entities: - pos: 9.5,13.5 parent: 34 type: Transform + - uid: 4868 + components: + - pos: 32.5,-19.5 + parent: 34 + type: Transform - uid: 5282 components: - pos: 8.5,-47.5 @@ -27275,11 +27347,6 @@ entities: - pos: 21.5,9.5 parent: 34 type: Transform - - uid: 10896 - components: - - pos: 32.5,-19.5 - parent: 34 - type: Transform - proto: ClosetJanitorFilled entities: - uid: 1923 @@ -27344,6 +27411,21 @@ entities: - pos: 5.5,10.5 parent: 34 type: Transform + - uid: 4511 + components: + - pos: 37.5,-7.5 + parent: 34 + type: Transform + - uid: 4547 + components: + - pos: 37.5,-10.5 + parent: 34 + type: Transform + - uid: 4759 + components: + - pos: -22.5,-31.5 + parent: 34 + type: Transform - uid: 9607 components: - pos: 14.5,-45.5 @@ -27454,6 +27536,18 @@ entities: - pos: 3.5,12.5 parent: 34 type: Transform + - uid: 4548 + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-8.5 + parent: 34 + type: Transform + - uid: 11637 + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-33.5 + parent: 34 + type: Transform - proto: ClothingBackpackDuffel entities: - uid: 10525 @@ -27516,6 +27610,11 @@ entities: - pos: 5.5123873,-34.314106 parent: 34 type: Transform + - uid: 4747 + components: + - pos: 48.340393,-3.2309566 + parent: 34 + type: Transform - uid: 7986 components: - pos: -8.591147,-22.271915 @@ -27526,11 +27625,6 @@ entities: - pos: 6.503826,-47.396908 parent: 34 type: Transform - - uid: 11371 - components: - - pos: 46.469963,-3.2294004 - parent: 34 - type: Transform - proto: ClothingEyesGlassesSunglasses entities: - uid: 11082 @@ -27641,13 +27735,6 @@ entities: - pos: -41.92531,-6.956344 parent: 34 type: Transform -- proto: ClothingHeadHatHairflower - entities: - - uid: 11575 - components: - - pos: -25.310814,-34.469288 - parent: 34 - type: Transform - proto: ClothingHeadHatPaper entities: - uid: 12129 @@ -27683,13 +27770,6 @@ entities: - pos: 19.88635,-20.1419 parent: 34 type: Transform -- proto: ClothingHeadHatSombrero - entities: - - uid: 921 - components: - - pos: 35.30907,-19.382706 - parent: 34 - type: Transform - proto: ClothingHeadHatSurgcapBlue entities: - uid: 8987 @@ -27718,19 +27798,19 @@ entities: type: Transform - proto: ClothingHeadHelmetEVA entities: - - uid: 1391 + - uid: 1067 components: - - pos: 35.724197,-2.30786 + - pos: 38.516422,-2.6021488 parent: 34 type: Transform - - uid: 1392 + - uid: 6965 components: - - pos: 35.474197,-2.5476098 + - pos: 38.313297,-2.2427738 parent: 34 type: Transform - - uid: 1395 + - uid: 10024 components: - - pos: 35.26586,-2.2870111 + - pos: 38.657047,-2.2740238 parent: 34 type: Transform - proto: ClothingHeadHelmetKendoMen @@ -27826,17 +27906,17 @@ entities: entities: - uid: 2963 components: - - pos: 35.30753,-4.3822174 + - pos: 38.391422,-4.570899 parent: 34 type: Transform - - uid: 2964 + - uid: 4850 components: - - pos: 35.67211,-4.4656076 + - pos: 38.625797,-4.305274 parent: 34 type: Transform - - uid: 2965 + - uid: 9108 components: - - pos: 35.30753,-4.68451 + - pos: 38.313297,-4.305274 parent: 34 type: Transform - proto: ClothingMaskBreathMedical @@ -27921,13 +28001,6 @@ entities: - pos: -35.36167,-5.56062 parent: 34 type: Transform -- proto: ClothingNeckMantleQM - entities: - - uid: 12345 - components: - - pos: -17.425352,-37.073074 - parent: 34 - type: Transform - proto: ClothingOuterArmorKendoBogu entities: - uid: 161 @@ -27977,23 +28050,6 @@ entities: - pos: 7.0981836,13.422745 parent: 34 type: Transform -- proto: ClothingOuterHardsuitEVAPrisoner - entities: - - uid: 4789 - components: - - pos: 36.338696,-2.068677 - parent: 34 - type: Transform - - uid: 4790 - components: - - pos: 36.713696,-2.068677 - parent: 34 - type: Transform - - uid: 4791 - components: - - pos: 36.494946,-2.303215 - parent: 34 - type: Transform - proto: ClothingOuterHoodieBlack entities: - uid: 11172 @@ -28272,12 +28328,24 @@ entities: pos: -34.5,-5.5 parent: 34 type: Transform + - uid: 1001 + components: + - rot: 3.141592653589793 rad + pos: 49.5,-0.5 + parent: 34 + type: Transform - uid: 1078 components: - rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 34 type: Transform + - uid: 1359 + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-38.5 + parent: 34 + type: Transform - uid: 2187 components: - rot: 3.141592653589793 rad @@ -28314,21 +28382,15 @@ entities: pos: 25.5,-29.5 parent: 34 type: Transform - - uid: 4657 - components: - - rot: 3.141592653589793 rad - pos: 45.5,-0.5 - parent: 34 - type: Transform - - uid: 4658 + - uid: 4857 components: - rot: 3.141592653589793 rad pos: 47.5,-0.5 parent: 34 type: Transform - - uid: 4680 + - uid: 4955 components: - - pos: 37.5,-12.5 + - pos: 40.5,-12.5 parent: 34 type: Transform - uid: 6232 @@ -28425,6 +28487,12 @@ entities: type: Transform - proto: ComputerId entities: + - uid: 71 + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-30.5 + parent: 34 + type: Transform - uid: 955 components: - pos: -33.5,-3.5 @@ -28447,10 +28515,10 @@ entities: pos: 30.5,-9.5 parent: 34 type: Transform - - uid: 11550 + - uid: 7702 components: - rot: 1.5707963267948966 rad - pos: -26.5,-32.5 + pos: -18.5,-38.5 parent: 34 type: Transform - uid: 12112 @@ -28459,12 +28527,6 @@ entities: pos: 24.5,-28.5 parent: 34 type: Transform - - uid: 12389 - components: - - rot: 1.5707963267948966 rad - pos: -18.5,-38.5 - parent: 34 - type: Transform - proto: ComputerMassMedia entities: - uid: 1083 @@ -28629,9 +28691,9 @@ entities: - pos: 20.5,-6.5 parent: 34 type: Transform - - uid: 4656 + - uid: 4953 components: - - pos: 46.5,1.5 + - pos: 48.5,1.5 parent: 34 type: Transform - proto: ConveyorBelt @@ -29026,29 +29088,11 @@ entities: type: EntityStorage - proto: CrateEngineeringCableBulk entities: - - uid: 10914 + - uid: 4533 components: - - pos: 36.5,-15.5 + - pos: 37.5,-18.5 parent: 34 type: Transform - - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 4.3114347 - - 16.219208 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - type: EntityStorage - proto: CrateEngineeringSolar entities: - uid: 5629 @@ -29111,6 +29155,13 @@ entities: - pos: -7.5,-34.5 parent: 34 type: Transform +- proto: CrateFunArtSupplies + entities: + - uid: 626 + components: + - pos: 39.5,-15.5 + parent: 34 + type: Transform - proto: CrateFunBoardGames entities: - uid: 3629 @@ -29330,11 +29381,6 @@ entities: - pos: 19.63428,-3.22361 parent: 34 type: Transform - - uid: 4801 - components: - - pos: 45.2205,-12.536491 - parent: 34 - type: Transform - proto: CrayonWhite entities: - uid: 5944 @@ -29418,6 +29464,15 @@ entities: - pos: 0.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice +- proto: CryoxadoneBeakerSmall + entities: + - uid: 12604 + components: + - pos: 1.0656376,-43.150978 + parent: 34 + type: Transform - proto: CultAltarSpawner entities: - uid: 4967 @@ -29434,9 +29489,9 @@ entities: type: Transform - proto: d20Dice entities: - - uid: 1814 + - uid: 4675 components: - - pos: 46.93872,-3.5055814 + - pos: 48.918518,-3.4653316 parent: 34 type: Transform - uid: 5044 @@ -29614,6 +29669,12 @@ entities: pos: -38.5,-21.5 parent: 34 type: Transform + - uid: 6958 + components: + - rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 34 + type: Transform - uid: 8140 components: - pos: 8.5,8.5 @@ -29710,12 +29771,6 @@ entities: pos: 12.5,-12.5 parent: 34 type: Transform - - uid: 8579 - components: - - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 34 - type: Transform - uid: 8580 components: - rot: -1.5707963267948966 rad @@ -29748,12 +29803,54 @@ entities: pos: -1.5,-46.5 parent: 34 type: Transform + - uid: 4528 + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 34 + type: Transform + - uid: 4784 + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 34 + type: Transform + - uid: 4809 + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 34 + type: Transform + - uid: 4810 + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 34 + type: Transform + - uid: 4844 + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 34 + type: Transform + - uid: 5024 + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 34 + type: Transform - uid: 5788 components: - rot: -1.5707963267948966 rad pos: -37.5,-0.5 parent: 34 type: Transform + - uid: 7068 + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 34 + type: Transform - uid: 7828 components: - rot: 1.5707963267948966 rad @@ -29854,26 +29951,6 @@ entities: - pos: 8.5,0.5 parent: 34 type: Transform - - uid: 8158 - components: - - pos: 6.5,-4.5 - parent: 34 - type: Transform - - uid: 8159 - components: - - pos: 6.5,-3.5 - parent: 34 - type: Transform - - uid: 8160 - components: - - pos: 6.5,-2.5 - parent: 34 - type: Transform - - uid: 8161 - components: - - pos: 6.5,-1.5 - parent: 34 - type: Transform - uid: 8162 components: - pos: 12.5,-11.5 @@ -30354,12 +30431,6 @@ entities: pos: -4.5,-6.5 parent: 34 type: Transform - - uid: 8288 - components: - - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 34 - type: Transform - uid: 8289 components: - rot: 3.141592653589793 rad @@ -31160,6 +31231,12 @@ entities: pos: 5.5,-30.5 parent: 34 type: Transform + - uid: 10524 + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 34 + type: Transform - uid: 10776 components: - rot: 3.141592653589793 rad @@ -31399,8 +31476,32 @@ entities: pos: -39.5,9.5 parent: 34 type: Transform + - uid: 12929 + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 34 + type: Transform + - uid: 12933 + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 34 + type: Transform + - uid: 12934 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 34 + type: Transform - proto: DisposalTrunk entities: + - uid: 1596 + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 34 + type: Transform - uid: 4067 components: - rot: 3.141592653589793 rad @@ -31442,12 +31543,6 @@ entities: pos: 7.5,2.5 parent: 34 type: Transform - - uid: 8157 - components: - - rot: 3.141592653589793 rad - pos: 6.5,-5.5 - parent: 34 - type: Transform - uid: 8186 components: - pos: 25.5,-11.5 @@ -31701,9 +31796,9 @@ entities: - pos: -31.5,-6.5 parent: 34 type: Transform - - uid: 1940 + - uid: 1847 components: - - pos: 32.5,-9.5 + - pos: -28.5,-34.5 parent: 34 type: Transform - uid: 1977 @@ -31721,11 +31816,6 @@ entities: - pos: 27.5,-29.5 parent: 34 type: Transform - - uid: 4453 - components: - - pos: -24.5,-32.5 - parent: 34 - type: Transform - uid: 10820 components: - pos: -39.5,-6.5 @@ -31736,14 +31826,9 @@ entities: - pos: -39.5,-4.5 parent: 34 type: Transform - - uid: 10823 - components: - - pos: 29.5,-5.5 - parent: 34 - type: Transform - - uid: 12395 + - uid: 10987 components: - - pos: -16.5,-38.5 + - pos: 27.5,-13.5 parent: 34 type: Transform - proto: DonkpocketBoxSpawner @@ -31782,16 +31867,11 @@ entities: - pos: -47.5,-4.5 parent: 34 type: Transform - - uid: 4694 - components: - - pos: 45.5,-12.5 - parent: 34 - type: Transform - proto: DresserFilled entities: - - uid: 900 + - uid: 4654 components: - - pos: -17.5,-32.5 + - pos: 48.5,-12.5 parent: 34 type: Transform - proto: DrinkAleBottleFull @@ -31823,13 +31903,6 @@ entities: - pos: -46.219578,-27.193987 parent: 34 type: Transform -- proto: DrinkBlueCuracaoBottleFull - entities: - - uid: 11506 - components: - - pos: -25.779564,-34.281788 - parent: 34 - type: Transform - proto: DrinkBottleBeer entities: - uid: 5898 @@ -32033,13 +32106,6 @@ entities: - pos: -55.40976,-1.432474 parent: 34 type: Transform -- proto: DrinkMargaritaGlass - entities: - - uid: 923 - components: - - pos: 35.72574,-19.122108 - parent: 34 - type: Transform - proto: DrinkMugMetal entities: - uid: 4724 @@ -32322,12 +32388,6 @@ entities: - pos: 40.553383,-31.46188 parent: 34 type: Transform - - uid: 7427 - components: - - rot: -1.5707963267948966 rad - pos: -20.730104,-33.994747 - parent: 34 - type: Transform - uid: 10990 components: - pos: 7.386877,7.710605 @@ -32404,12 +32464,6 @@ entities: - enabled: True type: PointLight - type: ActiveEmergencyLight - - uid: 979 - components: - - rot: 1.5707963267948966 rad - pos: -21.5,-37.5 - parent: 34 - type: Transform - uid: 1058 components: - pos: -15.5,-32.5 @@ -32475,6 +32529,12 @@ entities: pos: -8.5,-38.5 parent: 34 type: Transform + - uid: 8927 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 34 + type: Transform - uid: 10415 components: - rot: 3.141592653589793 rad @@ -32803,14 +32863,6 @@ entities: - enabled: True type: PointLight - type: ActiveEmergencyLight - - uid: 10684 - components: - - pos: 39.5,-2.5 - parent: 34 - type: Transform - - enabled: True - type: PointLight - - type: ActiveEmergencyLight - uid: 10685 components: - pos: 41.5,6.5 @@ -32819,15 +32871,6 @@ entities: - enabled: True type: PointLight - type: ActiveEmergencyLight - - uid: 10686 - components: - - rot: -1.5707963267948966 rad - pos: 42.5,-11.5 - parent: 34 - type: Transform - - enabled: True - type: PointLight - - type: ActiveEmergencyLight - uid: 10688 components: - pos: 50.5,-22.5 @@ -32916,6 +32959,12 @@ entities: - enabled: True type: PointLight - type: ActiveEmergencyLight + - uid: 11327 + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-9.5 + parent: 34 + type: Transform - uid: 11551 components: - rot: 1.5707963267948966 rad @@ -32982,10 +33031,10 @@ entities: - pos: -15.5,-29.5 parent: 34 type: Transform - - uid: 12490 + - uid: 12292 components: - - rot: 3.141592653589793 rad - pos: -19.5,-35.5 + - rot: 1.5707963267948966 rad + pos: 35.5,-13.5 parent: 34 type: Transform - uid: 12505 @@ -33006,6 +33055,12 @@ entities: pos: 2.5,-37.5 parent: 34 type: Transform + - uid: 12925 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-8.5 + parent: 34 + type: Transform - proto: EmergencyRollerBed entities: - uid: 12267 @@ -33222,16 +33277,6 @@ entities: - pos: 31.5,-1.5 parent: 34 type: Transform - - uid: 8104 - components: - - pos: 43.5,-11.5 - parent: 34 - type: Transform - - uid: 8105 - components: - - pos: 44.5,1.5 - parent: 34 - type: Transform - uid: 8106 components: - pos: 6.5,12.5 @@ -33252,6 +33297,12 @@ entities: - pos: -23.5,-12.5 parent: 34 type: Transform + - uid: 9467 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-11.5 + parent: 34 + type: Transform - uid: 10417 components: - pos: 11.5,4.5 @@ -33418,26 +33469,13 @@ entities: type: Transform - proto: filingCabinetRandom entities: - - uid: 1225 + - uid: 12938 components: - - pos: -24.5,-31.5 + - pos: -9.5,3.5 parent: 34 type: Transform - proto: FireAlarm entities: - - uid: 4601 - components: - - pos: 39.5,-1.5 - parent: 34 - type: Transform - - devices: - - 10609 - - 10610 - - 10613 - - 10616 - - 10617 - - 10612 - type: DeviceList - uid: 8199 components: - pos: -7.5,-10.5 @@ -33461,6 +33499,8 @@ entities: - 998 - 2714 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8271 components: - pos: -13.5,-23.5 @@ -33473,6 +33513,8 @@ entities: - 1954 - 10576 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8272 components: - rot: -1.5707963267948966 rad @@ -33484,6 +33526,8 @@ entities: - 10557 - 10556 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8273 components: - rot: -1.5707963267948966 rad @@ -33499,6 +33543,8 @@ entities: - 10551 - 10549 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8274 components: - rot: -1.5707963267948966 rad @@ -33510,6 +33556,8 @@ entities: - 10563 - 10565 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8275 components: - rot: 3.141592653589793 rad @@ -33521,6 +33569,8 @@ entities: - 10565 - 10566 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8276 components: - rot: 1.5707963267948966 rad @@ -33538,6 +33588,8 @@ entities: - 11253 - 5925 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8278 components: - rot: 3.141592653589793 rad @@ -33555,6 +33607,8 @@ entities: - 11984 - 8724 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8279 components: - rot: 3.141592653589793 rad @@ -33573,6 +33627,8 @@ entities: - 10308 - 10309 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10858 components: - pos: 8.5,-21.5 @@ -33584,6 +33640,8 @@ entities: - 10860 - 10859 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10861 components: - rot: -1.5707963267948966 rad @@ -33595,6 +33653,8 @@ entities: - 10590 - 10598 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10862 components: - pos: 21.5,-8.5 @@ -33607,6 +33667,8 @@ entities: - 10586 - 10587 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10863 components: - rot: 3.141592653589793 rad @@ -33616,18 +33678,9 @@ entities: - devices: - 10592 - 3638 - - 10595 - type: DeviceList - - uid: 10864 - components: - - rot: 1.5707963267948966 rad - pos: 38.5,-11.5 - parent: 34 - type: Transform - - devices: - - 10609 - - 10610 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10865 components: - rot: 1.5707963267948966 rad @@ -33638,6 +33691,8 @@ entities: - 10615 - 10612 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10866 components: - rot: -1.5707963267948966 rad @@ -33649,6 +33704,8 @@ entities: - 10599 - 10600 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11679 components: - rot: 1.5707963267948966 rad @@ -33659,6 +33716,8 @@ entities: - 10338 - 11249 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11680 components: - pos: 18.5,-21.5 @@ -33673,6 +33732,8 @@ entities: - 10774 - 4252 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11681 components: - rot: 1.5707963267948966 rad @@ -33683,6 +33744,8 @@ entities: - 10346 - 10344 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11683 components: - rot: 3.141592653589793 rad @@ -33693,6 +33756,8 @@ entities: - 10600 - 11903 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11738 components: - rot: -1.5707963267948966 rad @@ -33705,6 +33770,8 @@ entities: - 10578 - 10712 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11739 components: - rot: -1.5707963267948966 rad @@ -33719,18 +33786,31 @@ entities: - 10690 - 10692 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice + - uid: 12706 + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-11.5 + parent: 34 + type: Transform + - devices: + - 8922 + - 12372 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12975 components: - rot: 3.141592653589793 rad pos: 42.5,-30.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10344 - type: DeviceNetwork - devices: - 10344 type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - proto: FireAxeCabinetFilled entities: - uid: 1840 @@ -33746,15 +33826,6 @@ entities: type: Transform - proto: Firelock entities: - - uid: 226 - components: - - rot: -1.5707963267948966 rad - pos: -27.5,-33.5 - parent: 34 - type: Transform - - ShutdownSubscribers: - - 10548 - type: DeviceNetwork - uid: 262 components: - rot: -1.5707963267948966 rad @@ -33783,9 +33854,6 @@ entities: pos: -13.5,-34.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - uid: 2450 components: - pos: -27.5,-26.5 @@ -33816,9 +33884,6 @@ entities: - pos: 9.5,4.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10597 - type: DeviceNetwork - uid: 7409 components: - rot: 3.141592653589793 rad @@ -33852,18 +33917,11 @@ entities: pos: -12.5,-39.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12717 - - 644 - type: DeviceNetwork - uid: 9901 components: - pos: -40.5,-22.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 2349 - type: DeviceNetwork - uid: 10281 components: - pos: -43.5,4.5 @@ -33894,11 +33952,6 @@ entities: - pos: 15.5,-0.5 parent: 34 type: Transform - - uid: 10613 - components: - - pos: 38.5,-1.5 - parent: 34 - type: Transform - uid: 10615 components: - pos: 38.5,2.5 @@ -33969,28 +34022,11 @@ entities: - pos: 5.5,-40.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12426 - type: DeviceNetwork - - uid: 12430 - components: - - pos: -21.5,-36.5 - parent: 34 - type: Transform - - uid: 12431 - components: - - pos: -20.5,-36.5 - parent: 34 - type: Transform - uid: 12487 components: - pos: 2.5,-40.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 5426 - - 10334 - type: DeviceNetwork - uid: 12641 components: - pos: -49.5,-33.5 @@ -34007,26 +34043,17 @@ entities: pos: -13.5,-39.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - uid: 12886 components: - rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - uid: 12899 components: - pos: -10.5,-28.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - proto: FirelockEdge entities: - uid: 735 @@ -34240,6 +34267,15 @@ entities: - pos: 20.5,-32.5 parent: 34 type: Transform + - uid: 4700 + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-32.5 + parent: 34 + type: Transform + - deviceLists: + - 10548 + type: DeviceNetwork - uid: 6087 components: - pos: -40.5,-10.5 @@ -34265,6 +34301,17 @@ entities: - pos: -18.5,-2.5 parent: 34 type: Transform + - uid: 8922 + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-5.5 + parent: 34 + type: Transform + - deviceLists: + - 10611 + - 9601 + - 12706 + type: DeviceNetwork - uid: 10248 components: - pos: -40.5,-9.5 @@ -34410,9 +34457,6 @@ entities: - pos: 35.5,-32.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12975 - type: DeviceNetwork - uid: 10346 components: - pos: 31.5,-30.5 @@ -34478,9 +34522,6 @@ entities: - pos: -6.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - uid: 10578 components: - pos: 1.5,-33.5 @@ -34521,11 +34562,6 @@ entities: - pos: 23.5,-8.5 parent: 34 type: Transform - - uid: 10595 - components: - - pos: 34.5,-3.5 - parent: 34 - type: Transform - uid: 10598 components: - pos: 13.5,-2.5 @@ -34536,31 +34572,14 @@ entities: - pos: 13.5,12.5 parent: 34 type: Transform - - uid: 10609 - components: - - pos: 40.5,-5.5 - parent: 34 - type: Transform - - uid: 10610 - components: - - pos: 41.5,-5.5 - parent: 34 - type: Transform - uid: 10612 components: - pos: 42.5,2.5 parent: 34 type: Transform - - uid: 10616 - components: - - pos: 44.5,-3.5 - parent: 34 - type: Transform - - uid: 10617 - components: - - pos: 44.5,0.5 - parent: 34 - type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork - uid: 10619 components: - pos: 2.5,-27.5 @@ -34591,9 +34610,6 @@ entities: - pos: 8.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 1929 - type: DeviceNetwork - uid: 10774 components: - pos: 21.5,-32.5 @@ -34649,6 +34665,39 @@ entities: - pos: -8.5,1.5 parent: 34 type: Transform + - uid: 12360 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-3.5 + parent: 34 + type: Transform + - deviceLists: + - 12258 + - 10611 + - 9601 + type: DeviceNetwork + - uid: 12372 + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-5.5 + parent: 34 + type: Transform + - deviceLists: + - 10611 + - 9601 + - 12706 + type: DeviceNetwork + - uid: 12855 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,0.5 + parent: 34 + type: Transform + - deviceLists: + - 12258 + - 10611 + - 9601 + type: DeviceNetwork - proto: Fireplace entities: - uid: 2186 @@ -34678,6 +34727,13 @@ entities: - pos: -54.96202,-0.68965304 parent: 34 type: Transform +- proto: FloodlightBroken + entities: + - uid: 10494 + components: + - pos: 39.290485,-19.296558 + parent: 34 + type: Transform - proto: FloorDrain entities: - uid: 99 @@ -34826,11 +34882,6 @@ entities: - pos: 10.603919,-38.149315 parent: 34 type: Transform - - uid: 12636 - components: - - pos: -17.479856,-37.2314 - parent: 34 - type: Transform - proto: FoodBreadBanana entities: - uid: 10703 @@ -34964,18 +35015,18 @@ entities: - pos: -1.0944183,-17.486998 parent: 34 type: Transform -- proto: FoodPizzaVegetable +- proto: FoodPizzaVegetableSlice entities: - - uid: 676 + - uid: 12266 components: - - pos: -26.388939,-34.328663 + - pos: -15.762994,-32.17715 parent: 34 type: Transform -- proto: FoodPizzaVegetableSlice +- proto: FoodPlateSmallTrash entities: - - uid: 12266 + - uid: 11061 components: - - pos: -15.762994,-32.17715 + - pos: 40.281178,-17.254995 parent: 34 type: Transform - proto: FoodPotato @@ -35026,6 +35077,13 @@ entities: - pos: -48.674168,-30.394135 parent: 34 type: Transform +- proto: FoodSpaceshroomCooked + entities: + - uid: 9107 + components: + - pos: 41.046803,-17.192495 + parent: 34 + type: Transform - proto: FoodTartGapple entities: - uid: 11177 @@ -35033,6 +35091,26 @@ entities: - pos: -51.492073,13.550587 parent: 34 type: Transform +- proto: FoodTinPeachesMaint + entities: + - uid: 4341 + components: + - pos: 35.22465,-10.347923 + parent: 34 + type: Transform + - uid: 4507 + components: + - pos: 35.646526,-10.644798 + parent: 34 + type: Transform +- proto: FoodTinPeachesMaintTrash + entities: + - uid: 8941 + components: + - rot: -1.5707963267948966 rad + pos: 40.312428,-16.52062 + parent: 34 + type: Transform - proto: FoodTomato entities: - uid: 33 @@ -35087,6 +35165,8 @@ entities: pos: -44.5,-35.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#3AB334FF' type: AtmosPipeColor - uid: 2456 @@ -35097,6 +35177,8 @@ entities: - pos: -41.5,-36.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#00FF00FF' type: AtmosPipeColor - proto: GasFilterFlipped @@ -35109,6 +35191,8 @@ entities: pos: -41.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF0000FF' type: AtmosPipeColor - uid: 1219 @@ -35119,6 +35203,8 @@ entities: pos: -41.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1265 components: - name: storage filter @@ -35127,18 +35213,24 @@ entities: pos: -41.5,-45.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1546 components: - rot: -1.5707963267948966 rad pos: -48.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1547 components: - rot: -1.5707963267948966 rad pos: -47.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 2983 components: - name: Carbon Dioxide filter @@ -35147,6 +35239,10 @@ entities: pos: 0.5,-42.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3244 components: - name: Nitro oxide filter @@ -35155,6 +35251,10 @@ entities: pos: 0.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasMinerCarbonDioxide entities: - uid: 1619 @@ -35162,6 +35262,8 @@ entities: - pos: -51.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMinerNitrogen entities: - uid: 1458 @@ -35169,6 +35271,8 @@ entities: - pos: -37.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMinerPlasma entities: - uid: 1460 @@ -35176,6 +35280,8 @@ entities: - pos: -37.5,-43.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMixer entities: - uid: 970 @@ -35190,6 +35296,8 @@ entities: inletOneConcentration: 0.21 targetPressure: 4500 type: GasMixer + - joinedGrid: 34 + type: AtmosDevice - color: '#0000FFFF' type: AtmosPipeColor - uid: 8111 @@ -35197,6 +35305,8 @@ entities: - pos: -56.5,-35.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMixerFlipped entities: - uid: 971 @@ -35205,6 +35315,8 @@ entities: pos: -43.5,-43.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF00FFFF' type: AtmosPipeColor - uid: 1434 @@ -35215,6 +35327,8 @@ entities: pos: -43.5,-44.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1440 components: - name: storage mixer @@ -35223,6 +35337,8 @@ entities: pos: -43.5,-45.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasOutletInjector entities: - uid: 925 @@ -35231,6 +35347,8 @@ entities: pos: -27.5,-3.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#0088F8FF' type: AtmosPipeColor - uid: 1216 @@ -35239,30 +35357,40 @@ entities: pos: -38.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1254 components: - rot: -1.5707963267948966 rad pos: -38.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1268 components: - rot: -1.5707963267948966 rad pos: -38.5,-45.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1536 components: - rot: 3.141592653589793 rad pos: -49.5,-47.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12603 components: - rot: 3.141592653589793 rad pos: -59.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 12660 @@ -35271,6 +35399,8 @@ entities: pos: -56.5,-37.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#947507FF' type: AtmosPipeColor - proto: GasPassiveGate @@ -35281,12 +35411,16 @@ entities: pos: -43.5,-49.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 8366 components: - pos: -38.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8595 components: @@ -35294,7 +35428,9 @@ entities: pos: -10.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - proto: GasPassiveVent entities: @@ -35304,12 +35440,16 @@ entities: pos: -27.5,-4.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 927 components: - rot: -1.5707963267948966 rad pos: -27.5,-5.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FFFF00FF' type: AtmosPipeColor - uid: 1217 @@ -35317,44 +35457,60 @@ entities: - pos: -38.5,-43.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1255 components: - pos: -36.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1256 components: - pos: -36.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1406 components: - pos: -36.5,-45.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1453 components: - rot: 3.141592653589793 rad pos: -42.5,-51.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1531 components: - rot: 3.141592653589793 rad pos: -50.5,-47.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1649 components: - rot: 1.5707963267948966 rad pos: -50.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3331 components: - pos: -31.5,5.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FFFF00FF' type: AtmosPipeColor - uid: 12653 @@ -35363,6 +35519,8 @@ entities: pos: -56.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 12654 @@ -35371,6 +35529,8 @@ entities: pos: -56.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - proto: GasPipeBend @@ -35398,21 +35558,13 @@ entities: type: Transform - color: '#00FF00FF' type: AtmosPipeColor - - uid: 695 - components: - - rot: -1.5707963267948966 rad - pos: -10.5,-34.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - uid: 939 components: - rot: 3.141592653589793 rad pos: -30.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 942 components: @@ -35550,21 +35702,14 @@ entities: pos: -17.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 2342 - components: - - pos: -13.5,-38.5 - parent: 34 - type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2346 components: - pos: -35.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2354 components: @@ -35572,7 +35717,7 @@ entities: pos: -51.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2377 components: @@ -35580,14 +35725,14 @@ entities: pos: -42.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2378 components: - pos: -34.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2398 components: @@ -35616,7 +35761,7 @@ entities: - pos: -15.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2675 components: @@ -35630,6 +35775,8 @@ entities: pos: 1.5,-42.5 parent: 34 type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2928 components: - rot: 3.141592653589793 rad @@ -35644,7 +35791,7 @@ entities: pos: -33.5,-46.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3249 components: @@ -35659,7 +35806,7 @@ entities: - pos: -8.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3376 components: @@ -35685,12 +35832,73 @@ entities: type: Transform - color: '#03FCD3FF' type: AtmosPipeColor + - uid: 4570 + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-37.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4685 + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-13.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4895 + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-38.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4896 + components: + - pos: 28.5,-14.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 5011 + components: + - pos: 32.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5664 components: - pos: -37.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 6505 + components: + - pos: 47.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 6564 + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-37.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 6952 + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-6.5 + parent: 34 + type: Transform + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7751 components: @@ -35711,7 +35919,7 @@ entities: - pos: -42.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8358 components: @@ -35735,28 +35943,28 @@ entities: pos: -30.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8385 components: - pos: -29.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8392 components: - pos: -30.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8406 components: - pos: -44.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8416 components: @@ -35796,7 +36004,7 @@ entities: pos: -14.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8629 components: @@ -35804,7 +36012,7 @@ entities: pos: -3.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8630 components: @@ -35812,14 +36020,14 @@ entities: pos: 2.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8649 components: - pos: 8.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8659 components: @@ -35827,7 +36035,7 @@ entities: pos: 9.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8781 components: @@ -35835,7 +36043,7 @@ entities: pos: 17.5,8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8786 components: @@ -35843,21 +36051,21 @@ entities: pos: 17.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8802 components: - pos: 17.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8803 components: - pos: -0.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8878 components: @@ -35865,14 +36073,7 @@ entities: pos: 27.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8907 - components: - - pos: 45.5,-3.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8972 components: @@ -35888,7 +36089,7 @@ entities: pos: -1.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9027 components: @@ -35901,7 +36102,7 @@ entities: - pos: 5.5,-44.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9152 components: @@ -35909,21 +36110,29 @@ entities: pos: 36.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9186 components: - pos: -26.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 9202 + components: + - rot: 1.5707963267948966 rad + pos: 38.5,4.5 + parent: 34 + type: Transform + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9232 components: - pos: -27.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9323 components: @@ -35931,7 +36140,7 @@ entities: pos: 22.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9378 components: @@ -35939,14 +36148,14 @@ entities: pos: -43.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9391 components: - pos: -33.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9392 components: @@ -35954,7 +36163,7 @@ entities: pos: -34.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9393 components: @@ -35962,7 +36171,7 @@ entities: pos: -32.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9398 components: @@ -35970,7 +36179,7 @@ entities: pos: -32.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9399 components: @@ -35978,7 +36187,7 @@ entities: pos: -35.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9402 components: @@ -35986,7 +36195,7 @@ entities: pos: -29.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9424 components: @@ -36008,14 +36217,14 @@ entities: - pos: -27.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9497 components: - pos: 13.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9507 components: @@ -36023,7 +36232,7 @@ entities: pos: -15.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9539 components: @@ -36031,7 +36240,7 @@ entities: pos: 0.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9627 components: @@ -36039,7 +36248,7 @@ entities: pos: 5.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9630 components: @@ -36047,7 +36256,7 @@ entities: pos: 4.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9631 components: @@ -36055,7 +36264,7 @@ entities: pos: 3.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9632 components: @@ -36063,21 +36272,21 @@ entities: pos: 3.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9645 components: - pos: 4.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9655 components: - pos: -3.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9656 components: @@ -36085,7 +36294,7 @@ entities: pos: -3.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9781 components: @@ -36093,7 +36302,7 @@ entities: pos: -41.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9827 components: @@ -36101,7 +36310,7 @@ entities: pos: -49.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9891 components: @@ -36109,7 +36318,7 @@ entities: pos: 17.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9942 components: @@ -36117,15 +36326,15 @@ entities: pos: 17.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 10021 + - uid: 10006 components: - rot: -1.5707963267948966 rad - pos: 40.5,-6.5 + pos: 38.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10073 components: @@ -36133,7 +36342,7 @@ entities: pos: 18.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10081 components: @@ -36141,7 +36350,7 @@ entities: pos: 21.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10086 components: @@ -36149,7 +36358,7 @@ entities: pos: 26.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10150 components: @@ -36157,7 +36366,7 @@ entities: pos: 37.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10165 components: @@ -36165,7 +36374,7 @@ entities: pos: 31.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10206 components: @@ -36173,14 +36382,14 @@ entities: pos: 33.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10333 components: - pos: 11.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10562 components: @@ -36196,7 +36405,7 @@ entities: pos: 22.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11291 components: @@ -36204,7 +36413,7 @@ entities: pos: -32.5,-49.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11445 components: @@ -36245,13 +36454,13 @@ entities: type: Transform - color: '#FF1212FF' type: AtmosPipeColor - - uid: 11833 + - uid: 11633 components: - - rot: 3.141592653589793 rad - pos: -16.5,-34.5 + - rot: 1.5707963267948966 rad + pos: -18.5,-33.5 parent: 34 type: Transform - - color: '#FF1212FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11834 components: @@ -36303,7 +36512,7 @@ entities: pos: -53.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12221 components: @@ -36319,7 +36528,7 @@ entities: pos: -25.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12611 components: @@ -36365,7 +36574,7 @@ entities: pos: 8.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12877 components: @@ -36373,7 +36582,22 @@ entities: pos: -5.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12932 + components: + - pos: 41.5,4.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12945 + components: + - rot: 1.5707963267948966 rad + pos: 39.5,3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - proto: GasPipeFourway entities: @@ -36382,14 +36606,14 @@ entities: - pos: 5.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2970 components: - pos: 4.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2981 components: @@ -36398,12 +36622,26 @@ entities: type: Transform - color: '#FF1212FF' type: AtmosPipeColor + - uid: 4803 + components: + - pos: 43.5,-2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4872 + components: + - pos: 44.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5906 components: - pos: -41.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6344 components: @@ -36417,14 +36655,14 @@ entities: - pos: -30.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8432 components: - pos: -38.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8436 components: @@ -36433,75 +36671,75 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 8893 + - uid: 9085 components: - - pos: 39.5,-3.5 + - pos: 22.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 9085 + - uid: 9102 components: - - pos: 22.5,-24.5 + - pos: 44.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9119 components: - pos: 32.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9235 components: - pos: -37.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9366 components: - pos: -35.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9608 components: - pos: 7.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9718 components: - pos: -8.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9873 components: - pos: 13.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9949 components: - pos: 22.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10179 components: - pos: 31.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11884 components: @@ -36517,7 +36755,7 @@ entities: - pos: -13.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 94 components: @@ -36578,7 +36816,14 @@ entities: pos: 8.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 731 + components: + - pos: 41.5,3.5 + parent: 34 + type: Transform + - color: '#FF1212FF' type: AtmosPipeColor - uid: 794 components: @@ -36586,7 +36831,7 @@ entities: pos: -13.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 797 components: @@ -36594,14 +36839,14 @@ entities: pos: -14.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 807 components: - pos: -5.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 809 components: @@ -36609,14 +36854,14 @@ entities: pos: -15.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 810 components: - pos: -10.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 811 components: @@ -36624,14 +36869,14 @@ entities: pos: -11.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 812 components: - pos: -10.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 814 components: @@ -36639,7 +36884,7 @@ entities: pos: -12.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 830 components: @@ -36652,14 +36897,14 @@ entities: - pos: -13.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 889 components: - pos: -13.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 924 components: @@ -36713,20 +36958,12 @@ entities: type: Transform - color: '#0000FFFF' type: AtmosPipeColor - - uid: 1038 - components: - - rot: 1.5707963267948966 rad - pos: -11.5,-34.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - uid: 1079 components: - pos: 10.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 1173 components: @@ -37060,14 +37297,6 @@ entities: type: Transform - color: '#00FF00FF' type: AtmosPipeColor - - uid: 1596 - components: - - rot: -1.5707963267948966 rad - pos: -12.5,-33.5 - parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - uid: 1627 components: - rot: 3.141592653589793 rad @@ -37082,7 +37311,7 @@ entities: pos: -16.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 1971 components: @@ -37090,7 +37319,7 @@ entities: pos: -19.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2079 components: @@ -37098,7 +37327,7 @@ entities: pos: -36.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2089 components: @@ -37106,7 +37335,7 @@ entities: pos: -53.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2149 components: @@ -37114,7 +37343,7 @@ entities: pos: -10.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2333 components: @@ -37122,7 +37351,7 @@ entities: pos: -41.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2336 components: @@ -37130,7 +37359,7 @@ entities: pos: -34.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2338 components: @@ -37138,7 +37367,7 @@ entities: pos: -38.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2339 components: @@ -37146,7 +37375,7 @@ entities: pos: -38.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2340 components: @@ -37154,7 +37383,7 @@ entities: pos: -37.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2343 components: @@ -37162,7 +37391,7 @@ entities: pos: -37.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2345 components: @@ -37170,7 +37399,7 @@ entities: pos: -37.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2347 components: @@ -37178,7 +37407,7 @@ entities: pos: -38.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2348 components: @@ -37186,7 +37415,7 @@ entities: pos: -38.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2353 components: @@ -37194,7 +37423,7 @@ entities: pos: -35.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2357 components: @@ -37202,7 +37431,7 @@ entities: pos: -42.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2373 components: @@ -37210,7 +37439,7 @@ entities: pos: -35.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2374 components: @@ -37218,7 +37447,7 @@ entities: pos: -36.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2376 components: @@ -37226,7 +37455,7 @@ entities: pos: -40.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2390 components: @@ -37254,7 +37483,7 @@ entities: pos: 1.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2591 components: @@ -37266,19 +37495,13 @@ entities: - pos: -54.5,-23.5 parent: 34 type: Transform - - uid: 2631 - components: - - rot: 3.141592653589793 rad - pos: 32.5,-12.5 - parent: 34 - type: Transform - uid: 2641 components: - rot: -1.5707963267948966 rad pos: -14.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2710 components: @@ -37293,7 +37516,7 @@ entities: - pos: -33.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2718 components: @@ -37346,7 +37569,7 @@ entities: pos: -13.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3190 components: @@ -37354,7 +37577,7 @@ entities: pos: -12.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3248 components: @@ -37362,7 +37585,7 @@ entities: pos: -26.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3323 components: @@ -37434,20 +37657,13 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 3601 - components: - - pos: -15.5,-36.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - uid: 3754 components: - rot: -1.5707963267948966 rad pos: -35.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3973 components: @@ -37456,27 +37672,205 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 4329 + - uid: 4455 + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4459 + components: + - pos: 43.5,-4.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4512 + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-14.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4535 + components: + - pos: 44.5,-8.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4537 + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-7.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4539 + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-7.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4568 + components: + - pos: -11.5,-35.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4569 + components: + - pos: -11.5,-36.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4571 + components: + - rot: 3.141592653589793 rad + pos: -13.5,-38.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4668 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4676 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-12.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4678 + components: + - rot: 3.141592653589793 rad + pos: 44.5,-11.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4679 + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-10.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4680 + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-10.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4681 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-9.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4684 + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-13.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4687 + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-13.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4763 + components: + - pos: 43.5,-5.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4782 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4789 components: - rot: 1.5707963267948966 rad - pos: -18.5,-34.5 + pos: 31.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4860 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4891 + components: + - pos: -10.5,-33.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 4948 + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4951 + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - uid: 5674 components: - pos: -37.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 5848 components: - pos: -40.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 5867 components: @@ -37484,36 +37878,45 @@ entities: pos: -40.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 5910 + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - uid: 5911 components: - pos: -41.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 5936 + - uid: 5912 components: - rot: -1.5707963267948966 rad - pos: -41.5,-21.5 + pos: -12.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 5937 + - uid: 5936 components: - - pos: 10.5,9.5 + - rot: -1.5707963267948966 rad + pos: -41.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 6025 + - uid: 5937 components: - - pos: -15.5,-37.5 + - pos: 10.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6114 components: @@ -37521,7 +37924,7 @@ entities: pos: 6.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6117 components: @@ -37529,7 +37932,7 @@ entities: pos: 7.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6118 components: @@ -37537,7 +37940,7 @@ entities: pos: 8.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6171 components: @@ -37545,7 +37948,7 @@ entities: pos: 14.5,13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 6318 components: @@ -37562,6 +37965,29 @@ entities: type: Transform - color: '#03FCD3FF' type: AtmosPipeColor + - uid: 6397 + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 6686 + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 6700 + components: + - pos: 44.5,-4.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6876 components: - rot: -1.5707963267948966 rad @@ -37570,13 +37996,21 @@ entities: type: Transform - color: '#FF1212FF' type: AtmosPipeColor + - uid: 7088 + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7146 components: - rot: 3.141592653589793 rad pos: -53.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 7232 components: @@ -37593,14 +38027,6 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 7703 - components: - - rot: 1.5707963267948966 rad - pos: -17.5,-33.5 - parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - uid: 7734 components: - pos: 4.5,-45.5 @@ -37629,7 +38055,7 @@ entities: pos: -14.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7972 components: @@ -37637,7 +38063,7 @@ entities: pos: -15.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7974 components: @@ -37645,7 +38071,7 @@ entities: pos: -18.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7975 components: @@ -37653,7 +38079,7 @@ entities: pos: -19.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7976 components: @@ -37661,7 +38087,7 @@ entities: pos: -20.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7977 components: @@ -37669,7 +38095,7 @@ entities: pos: -21.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7978 components: @@ -37677,7 +38103,7 @@ entities: pos: -22.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7979 components: @@ -37685,7 +38111,7 @@ entities: pos: -24.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7980 components: @@ -37693,7 +38119,7 @@ entities: pos: -25.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7982 components: @@ -37701,7 +38127,7 @@ entities: pos: -27.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7983 components: @@ -37709,7 +38135,7 @@ entities: pos: -28.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7984 components: @@ -37717,14 +38143,14 @@ entities: pos: -29.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7985 components: - pos: -30.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7990 components: @@ -37732,7 +38158,7 @@ entities: pos: -7.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8006 components: @@ -37748,7 +38174,7 @@ entities: pos: -43.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8214 components: @@ -37756,7 +38182,7 @@ entities: pos: -46.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8223 components: @@ -37764,7 +38190,7 @@ entities: pos: -48.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8227 components: @@ -37772,7 +38198,7 @@ entities: pos: -49.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8277 components: @@ -37780,7 +38206,7 @@ entities: pos: -50.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8355 components: @@ -37788,7 +38214,7 @@ entities: pos: -32.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8357 components: @@ -37796,14 +38222,14 @@ entities: pos: -29.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8369 components: - pos: -38.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8372 components: @@ -37811,7 +38237,7 @@ entities: pos: -38.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8373 components: @@ -37819,7 +38245,7 @@ entities: pos: -37.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8374 components: @@ -37827,7 +38253,7 @@ entities: pos: -36.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8375 components: @@ -37835,7 +38261,7 @@ entities: pos: -35.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8376 components: @@ -37843,7 +38269,7 @@ entities: pos: -34.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8377 components: @@ -37851,7 +38277,7 @@ entities: pos: -33.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8378 components: @@ -37859,7 +38285,7 @@ entities: pos: -31.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8379 components: @@ -37867,7 +38293,7 @@ entities: pos: -32.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8380 components: @@ -37875,7 +38301,7 @@ entities: pos: -32.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8381 components: @@ -37883,7 +38309,7 @@ entities: pos: -32.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8382 components: @@ -37891,7 +38317,7 @@ entities: pos: -30.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8383 components: @@ -37899,42 +38325,42 @@ entities: pos: -30.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8386 components: - pos: -30.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8387 components: - pos: -30.5,-35.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8389 components: - pos: -30.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8390 components: - pos: -30.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8391 components: - pos: -30.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8393 components: @@ -37942,7 +38368,7 @@ entities: pos: -31.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8394 components: @@ -37950,7 +38376,7 @@ entities: pos: -32.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8395 components: @@ -37958,7 +38384,7 @@ entities: pos: -33.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8397 components: @@ -37966,7 +38392,7 @@ entities: pos: -35.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8398 components: @@ -37974,7 +38400,7 @@ entities: pos: -36.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8399 components: @@ -37982,7 +38408,7 @@ entities: pos: -37.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8400 components: @@ -37990,7 +38416,7 @@ entities: pos: -39.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8401 components: @@ -37998,7 +38424,7 @@ entities: pos: -40.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8402 components: @@ -38006,21 +38432,21 @@ entities: pos: -41.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8407 components: - pos: -44.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8408 components: - pos: -44.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8410 components: @@ -38028,7 +38454,7 @@ entities: pos: -43.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8411 components: @@ -38036,7 +38462,7 @@ entities: pos: -42.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8414 components: @@ -38044,7 +38470,7 @@ entities: pos: -42.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8419 components: @@ -38052,7 +38478,7 @@ entities: pos: -27.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8420 components: @@ -38060,14 +38486,14 @@ entities: pos: -26.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8423 components: - pos: -44.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8425 components: @@ -38075,7 +38501,7 @@ entities: pos: -34.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8426 components: @@ -38083,7 +38509,7 @@ entities: pos: -34.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8427 components: @@ -38091,7 +38517,7 @@ entities: pos: -34.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8428 components: @@ -38099,7 +38525,7 @@ entities: pos: -40.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8433 components: @@ -38114,7 +38540,7 @@ entities: pos: -25.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8438 components: @@ -38122,7 +38548,7 @@ entities: pos: -25.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8442 components: @@ -38130,7 +38556,7 @@ entities: pos: -24.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8443 components: @@ -38138,15 +38564,7 @@ entities: pos: -23.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8444 - components: - - rot: -1.5707963267948966 rad - pos: -22.5,-22.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8445 components: @@ -38154,7 +38572,7 @@ entities: pos: -21.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8446 components: @@ -38162,7 +38580,7 @@ entities: pos: -20.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8447 components: @@ -38170,7 +38588,7 @@ entities: pos: -19.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8448 components: @@ -38178,7 +38596,7 @@ entities: pos: -18.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8451 components: @@ -38186,7 +38604,7 @@ entities: pos: -15.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8452 components: @@ -38194,7 +38612,7 @@ entities: pos: -14.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8453 components: @@ -38202,28 +38620,28 @@ entities: pos: -13.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8456 components: - pos: -16.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8457 components: - pos: -16.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8459 components: - pos: -11.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8460 components: @@ -38231,56 +38649,56 @@ entities: pos: -12.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8462 components: - pos: -11.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8464 components: - pos: -11.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8465 components: - pos: -11.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8466 components: - pos: -11.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8467 components: - pos: -11.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8468 components: - pos: -11.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8469 components: - pos: -11.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8497 components: @@ -38295,70 +38713,70 @@ entities: - pos: -12.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8586 components: - pos: -12.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8587 components: - pos: -12.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8588 components: - pos: -12.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8589 components: - pos: -12.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8590 components: - pos: -12.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8591 components: - pos: -12.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8592 components: - pos: -12.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8593 components: - pos: -12.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8594 components: - pos: -12.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8599 components: @@ -38366,7 +38784,7 @@ entities: pos: -13.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8600 components: @@ -38374,7 +38792,7 @@ entities: pos: -11.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8601 components: @@ -38382,7 +38800,7 @@ entities: pos: -9.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8602 components: @@ -38390,7 +38808,7 @@ entities: pos: -8.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8603 components: @@ -38398,7 +38816,7 @@ entities: pos: -7.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8604 components: @@ -38406,7 +38824,7 @@ entities: pos: -6.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8606 components: @@ -38414,56 +38832,56 @@ entities: pos: -4.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8611 components: - pos: -5.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8613 components: - pos: -5.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8614 components: - pos: -5.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8615 components: - pos: -5.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8616 components: - pos: -5.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8618 components: - pos: -5.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8619 components: - pos: -5.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8620 components: @@ -38471,7 +38889,7 @@ entities: pos: -6.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8621 components: @@ -38479,7 +38897,7 @@ entities: pos: -7.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8622 components: @@ -38487,7 +38905,7 @@ entities: pos: -8.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8623 components: @@ -38495,7 +38913,7 @@ entities: pos: -9.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8624 components: @@ -38503,7 +38921,7 @@ entities: pos: -10.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8625 components: @@ -38511,7 +38929,7 @@ entities: pos: -4.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8627 components: @@ -38519,7 +38937,7 @@ entities: pos: -2.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8631 components: @@ -38527,7 +38945,7 @@ entities: pos: 0.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8632 components: @@ -38535,7 +38953,7 @@ entities: pos: -0.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8633 components: @@ -38543,7 +38961,7 @@ entities: pos: 1.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8635 components: @@ -38551,28 +38969,28 @@ entities: pos: -1.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8639 components: - pos: 2.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8640 components: - pos: 2.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8641 components: - pos: 2.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8644 components: @@ -38580,7 +38998,7 @@ entities: pos: 3.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8645 components: @@ -38588,7 +39006,7 @@ entities: pos: 4.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8646 components: @@ -38596,7 +39014,7 @@ entities: pos: 5.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8647 components: @@ -38604,7 +39022,7 @@ entities: pos: 6.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8648 components: @@ -38612,7 +39030,7 @@ entities: pos: 7.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8654 components: @@ -38620,7 +39038,7 @@ entities: pos: 3.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8655 components: @@ -38628,7 +39046,7 @@ entities: pos: 4.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8656 components: @@ -38636,7 +39054,7 @@ entities: pos: 5.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8657 components: @@ -38644,7 +39062,7 @@ entities: pos: 6.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8658 components: @@ -38652,7 +39070,7 @@ entities: pos: 7.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8660 components: @@ -38660,35 +39078,35 @@ entities: pos: 8.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8665 components: - pos: -3.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8666 components: - pos: -3.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8667 components: - pos: -3.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8668 components: - pos: -3.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8669 components: @@ -38696,7 +39114,7 @@ entities: pos: -4.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8670 components: @@ -38704,7 +39122,7 @@ entities: pos: -3.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8671 components: @@ -38712,7 +39130,7 @@ entities: pos: -3.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8672 components: @@ -38720,7 +39138,7 @@ entities: pos: -3.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8675 components: @@ -38728,7 +39146,7 @@ entities: pos: -4.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8676 components: @@ -38736,7 +39154,7 @@ entities: pos: -5.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8677 components: @@ -38744,28 +39162,28 @@ entities: pos: -6.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8678 components: - pos: -7.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8679 components: - pos: -7.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8680 components: - pos: -7.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8691 components: @@ -38773,7 +39191,7 @@ entities: pos: -28.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8692 components: @@ -38781,7 +39199,7 @@ entities: pos: -27.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8693 components: @@ -38789,7 +39207,7 @@ entities: pos: -26.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8694 components: @@ -38797,7 +39215,7 @@ entities: pos: -25.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8695 components: @@ -38805,7 +39223,7 @@ entities: pos: -29.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8696 components: @@ -38813,7 +39231,7 @@ entities: pos: -29.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8702 components: @@ -38821,7 +39239,7 @@ entities: pos: -23.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8703 components: @@ -38829,7 +39247,7 @@ entities: pos: -14.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8704 components: @@ -38837,7 +39255,7 @@ entities: pos: -14.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8705 components: @@ -38845,7 +39263,7 @@ entities: pos: -14.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8706 components: @@ -38853,7 +39271,7 @@ entities: pos: -14.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8707 components: @@ -38861,7 +39279,7 @@ entities: pos: -18.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8708 components: @@ -38869,7 +39287,7 @@ entities: pos: -22.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8709 components: @@ -38877,7 +39295,7 @@ entities: pos: -21.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8710 components: @@ -38885,7 +39303,7 @@ entities: pos: -20.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8711 components: @@ -38893,7 +39311,7 @@ entities: pos: -19.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8712 components: @@ -38901,7 +39319,7 @@ entities: pos: -17.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8713 components: @@ -38909,7 +39327,7 @@ entities: pos: -16.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8714 components: @@ -38917,7 +39335,7 @@ entities: pos: -15.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8715 components: @@ -38925,7 +39343,7 @@ entities: pos: -13.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8716 components: @@ -38933,7 +39351,7 @@ entities: pos: -12.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8717 components: @@ -38941,7 +39359,7 @@ entities: pos: -11.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8718 components: @@ -38949,7 +39367,7 @@ entities: pos: -10.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8719 components: @@ -38957,7 +39375,7 @@ entities: pos: -9.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8720 components: @@ -38965,7 +39383,7 @@ entities: pos: -8.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8725 components: @@ -38973,14 +39391,14 @@ entities: pos: -1.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8730 components: - pos: -0.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8731 components: @@ -38988,7 +39406,7 @@ entities: pos: 9.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8732 components: @@ -38996,7 +39414,7 @@ entities: pos: 8.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8733 components: @@ -39004,7 +39422,7 @@ entities: pos: 7.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8734 components: @@ -39012,7 +39430,7 @@ entities: pos: 6.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8735 components: @@ -39020,7 +39438,7 @@ entities: pos: 5.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8736 components: @@ -39028,7 +39446,7 @@ entities: pos: 4.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8737 components: @@ -39036,7 +39454,7 @@ entities: pos: 3.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8738 components: @@ -39044,7 +39462,7 @@ entities: pos: 2.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8739 components: @@ -39052,7 +39470,7 @@ entities: pos: 1.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8740 components: @@ -39060,7 +39478,7 @@ entities: pos: 0.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8742 components: @@ -39068,7 +39486,7 @@ entities: pos: 9.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8743 components: @@ -39076,7 +39494,7 @@ entities: pos: 9.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8744 components: @@ -39084,7 +39502,7 @@ entities: pos: 9.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8745 components: @@ -39092,7 +39510,7 @@ entities: pos: 9.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8746 components: @@ -39100,7 +39518,7 @@ entities: pos: 9.5,5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8747 components: @@ -39108,7 +39526,7 @@ entities: pos: 9.5,7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8748 components: @@ -39116,7 +39534,7 @@ entities: pos: 9.5,8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8749 components: @@ -39124,7 +39542,7 @@ entities: pos: 9.5,9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8755 components: @@ -39132,7 +39550,7 @@ entities: pos: 10.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8756 components: @@ -39140,7 +39558,7 @@ entities: pos: 11.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8757 components: @@ -39148,7 +39566,7 @@ entities: pos: 12.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8758 components: @@ -39156,77 +39574,77 @@ entities: pos: 13.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8762 components: - pos: 14.5,9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8763 components: - pos: 14.5,10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8765 components: - pos: 14.5,12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8766 components: - pos: 14.5,7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8767 components: - pos: 14.5,6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8768 components: - pos: 14.5,5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8769 components: - pos: 14.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8770 components: - pos: 14.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8771 components: - pos: 14.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8772 components: - pos: 14.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8773 components: @@ -39234,7 +39652,7 @@ entities: pos: 15.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8774 components: @@ -39242,7 +39660,7 @@ entities: pos: 16.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8775 components: @@ -39250,7 +39668,7 @@ entities: pos: -1.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8777 components: @@ -39258,7 +39676,7 @@ entities: pos: 15.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8778 components: @@ -39266,7 +39684,7 @@ entities: pos: 16.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8783 components: @@ -39274,7 +39692,7 @@ entities: pos: -2.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8784 components: @@ -39282,7 +39700,7 @@ entities: pos: -4.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8785 components: @@ -39290,7 +39708,7 @@ entities: pos: -3.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8788 components: @@ -39298,7 +39716,7 @@ entities: pos: 14.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8790 components: @@ -39306,7 +39724,7 @@ entities: pos: 14.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8791 components: @@ -39314,7 +39732,7 @@ entities: pos: 14.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8792 components: @@ -39322,7 +39740,7 @@ entities: pos: 14.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8793 components: @@ -39330,7 +39748,7 @@ entities: pos: 14.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8794 components: @@ -39338,7 +39756,7 @@ entities: pos: 14.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8797 components: @@ -39346,14 +39764,14 @@ entities: pos: 13.5,11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8798 components: - pos: 14.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8799 components: @@ -39361,7 +39779,7 @@ entities: pos: 15.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8800 components: @@ -39369,7 +39787,7 @@ entities: pos: 16.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8807 components: @@ -39377,7 +39795,7 @@ entities: pos: 13.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8808 components: @@ -39385,7 +39803,7 @@ entities: pos: 12.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8809 components: @@ -39393,7 +39811,7 @@ entities: pos: 14.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8811 components: @@ -39401,7 +39819,7 @@ entities: pos: 15.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8812 components: @@ -39409,7 +39827,7 @@ entities: pos: 16.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8813 components: @@ -39417,7 +39835,7 @@ entities: pos: 17.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8814 components: @@ -39425,7 +39843,7 @@ entities: pos: 18.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8816 components: @@ -39433,7 +39851,7 @@ entities: pos: 21.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8817 components: @@ -39441,7 +39859,7 @@ entities: pos: 22.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8818 components: @@ -39449,7 +39867,7 @@ entities: pos: 19.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8820 components: @@ -39457,7 +39875,7 @@ entities: pos: 20.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8821 components: @@ -39465,7 +39883,7 @@ entities: pos: 20.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8822 components: @@ -39473,7 +39891,7 @@ entities: pos: 20.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8823 components: @@ -39481,7 +39899,7 @@ entities: pos: 20.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8826 components: @@ -39489,7 +39907,7 @@ entities: pos: 20.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8828 components: @@ -39497,7 +39915,7 @@ entities: pos: 21.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8829 components: @@ -39505,7 +39923,7 @@ entities: pos: 22.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8834 components: @@ -39513,14 +39931,14 @@ entities: pos: 23.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8838 components: - pos: 23.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8839 components: @@ -39528,7 +39946,7 @@ entities: pos: 24.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8840 components: @@ -39536,15 +39954,7 @@ entities: pos: 25.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8841 - components: - - rot: -1.5707963267948966 rad - pos: 26.5,-14.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8842 components: @@ -39552,7 +39962,7 @@ entities: pos: 28.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8844 components: @@ -39560,7 +39970,7 @@ entities: pos: 27.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8845 components: @@ -39568,70 +39978,70 @@ entities: pos: 27.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8847 components: - pos: 23.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8851 components: - pos: 23.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8852 components: - pos: 23.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8853 components: - pos: 23.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8854 components: - pos: 23.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8855 components: - pos: 23.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8856 components: - pos: 23.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8857 components: - pos: 23.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8859 components: - pos: 23.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8861 components: @@ -39639,7 +40049,7 @@ entities: pos: 24.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8862 components: @@ -39647,7 +40057,7 @@ entities: pos: 25.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8863 components: @@ -39655,7 +40065,7 @@ entities: pos: 26.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8865 components: @@ -39663,7 +40073,7 @@ entities: pos: 28.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8866 components: @@ -39671,7 +40081,7 @@ entities: pos: 29.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8867 components: @@ -39679,28 +40089,28 @@ entities: pos: 29.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8869 components: - pos: 23.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8870 components: - pos: 23.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8871 components: - pos: 23.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8873 components: @@ -39708,7 +40118,7 @@ entities: pos: 27.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8874 components: @@ -39716,7 +40126,7 @@ entities: pos: 27.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8875 components: @@ -39724,7 +40134,7 @@ entities: pos: 27.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8876 components: @@ -39732,7 +40142,7 @@ entities: pos: 27.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8877 components: @@ -39740,7 +40150,7 @@ entities: pos: 27.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8882 components: @@ -39748,7 +40158,7 @@ entities: pos: 30.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8883 components: @@ -39756,7 +40166,7 @@ entities: pos: 32.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8884 components: @@ -39764,7 +40174,7 @@ entities: pos: 33.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8885 components: @@ -39772,7 +40182,7 @@ entities: pos: 34.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8886 components: @@ -39780,7 +40190,7 @@ entities: pos: 36.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8887 components: @@ -39788,7 +40198,7 @@ entities: pos: 37.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8888 components: @@ -39796,7 +40206,7 @@ entities: pos: 38.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8896 components: @@ -39804,7 +40214,7 @@ entities: pos: 40.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8897 components: @@ -39812,7 +40222,7 @@ entities: pos: 42.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8898 components: @@ -39820,7 +40230,7 @@ entities: pos: 42.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8899 components: @@ -39828,7 +40238,7 @@ entities: pos: 42.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8900 components: @@ -39836,7 +40246,7 @@ entities: pos: 42.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8901 components: @@ -39844,7 +40254,7 @@ entities: pos: 42.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8902 components: @@ -39852,7 +40262,7 @@ entities: pos: 42.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8904 components: @@ -39860,191 +40270,30 @@ entities: pos: 43.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8905 - components: - - rot: -1.5707963267948966 rad - pos: 44.5,-3.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8915 - components: - - rot: -1.5707963267948966 rad - pos: 40.5,-13.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8916 - components: - - rot: -1.5707963267948966 rad - pos: 39.5,-13.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8917 - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-13.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8918 - components: - - rot: -1.5707963267948966 rad - pos: 42.5,-12.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8919 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-12.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8920 - components: - - rot: -1.5707963267948966 rad - pos: 42.5,-9.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8921 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-9.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8922 - components: - - rot: -1.5707963267948966 rad - pos: 40.5,-10.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8923 - components: - - rot: -1.5707963267948966 rad - pos: 39.5,-10.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8924 - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-10.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8925 - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-7.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8926 - components: - - rot: -1.5707963267948966 rad - pos: 39.5,-7.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8927 - components: - - rot: -1.5707963267948966 rad - pos: 40.5,-7.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8928 - components: - - rot: -1.5707963267948966 rad - pos: 42.5,-6.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8929 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-6.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8930 - components: - - pos: 41.5,-11.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8931 - components: - - pos: 41.5,-8.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8932 - components: - - pos: 41.5,-5.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8933 - components: - - pos: 41.5,-4.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8934 components: - - pos: 39.5,-2.5 + - rot: 1.5707963267948966 rad + pos: 40.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8935 components: - - pos: 39.5,-1.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8936 - components: - - pos: 39.5,-0.5 + - rot: 1.5707963267948966 rad + pos: 39.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8945 components: - pos: -5.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8946 components: @@ -40052,7 +40301,7 @@ entities: pos: -5.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8947 components: @@ -40060,7 +40309,7 @@ entities: pos: -5.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8948 components: @@ -40068,7 +40317,7 @@ entities: pos: -5.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8949 components: @@ -40076,7 +40325,7 @@ entities: pos: -5.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8950 components: @@ -40084,7 +40333,7 @@ entities: pos: -5.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8951 components: @@ -40092,7 +40341,7 @@ entities: pos: -5.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8952 components: @@ -40100,7 +40349,7 @@ entities: pos: -5.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8953 components: @@ -40108,7 +40357,7 @@ entities: pos: -5.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8955 components: @@ -40116,7 +40365,7 @@ entities: pos: -5.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8956 components: @@ -40124,7 +40373,7 @@ entities: pos: -5.5,-35.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8958 components: @@ -40132,7 +40381,7 @@ entities: pos: -5.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8959 components: @@ -40140,7 +40389,7 @@ entities: pos: -5.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8960 components: @@ -40148,7 +40397,7 @@ entities: pos: -5.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8961 components: @@ -40156,7 +40405,7 @@ entities: pos: -5.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8963 components: @@ -40164,7 +40413,7 @@ entities: pos: -5.5,-42.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8964 components: @@ -40172,14 +40421,14 @@ entities: pos: -5.5,-43.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8966 components: - pos: -5.5,-45.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8973 components: @@ -40203,7 +40452,7 @@ entities: pos: -6.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8976 components: @@ -40211,7 +40460,7 @@ entities: pos: -7.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8979 components: @@ -40251,7 +40500,7 @@ entities: pos: -4.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8998 components: @@ -40259,7 +40508,7 @@ entities: pos: -3.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8999 components: @@ -40267,7 +40516,7 @@ entities: pos: -2.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9000 components: @@ -40275,7 +40524,7 @@ entities: pos: -1.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9001 components: @@ -40283,7 +40532,7 @@ entities: pos: -0.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9002 components: @@ -40291,7 +40540,7 @@ entities: pos: -0.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9003 components: @@ -40299,7 +40548,7 @@ entities: pos: -0.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9004 components: @@ -40307,7 +40556,7 @@ entities: pos: -0.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9005 components: @@ -40315,7 +40564,7 @@ entities: pos: -0.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9006 components: @@ -40323,7 +40572,7 @@ entities: pos: -0.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9007 components: @@ -40331,7 +40580,7 @@ entities: pos: -1.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9008 components: @@ -40339,7 +40588,7 @@ entities: pos: -1.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9009 components: @@ -40347,7 +40596,7 @@ entities: pos: -1.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9011 components: @@ -40355,7 +40604,7 @@ entities: pos: -0.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9014 components: @@ -40363,7 +40612,7 @@ entities: pos: -2.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9015 components: @@ -40371,21 +40620,21 @@ entities: pos: -3.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9017 components: - pos: 3.5,-44.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9018 components: - pos: 3.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9022 components: @@ -40401,7 +40650,7 @@ entities: pos: -4.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9025 components: @@ -40409,7 +40658,7 @@ entities: pos: -3.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9026 components: @@ -40417,13 +40666,15 @@ entities: pos: -2.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9030 components: - pos: 4.5,-46.5 parent: 34 type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9034 components: - rot: 3.141592653589793 rad @@ -40443,14 +40694,14 @@ entities: - pos: 3.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9040 components: - pos: 3.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9045 components: @@ -40458,7 +40709,7 @@ entities: pos: -0.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9046 components: @@ -40466,7 +40717,7 @@ entities: pos: 1.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9047 components: @@ -40474,7 +40725,7 @@ entities: pos: 2.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9048 components: @@ -40482,7 +40733,7 @@ entities: pos: 4.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9049 components: @@ -40490,7 +40741,7 @@ entities: pos: 6.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9050 components: @@ -40498,7 +40749,7 @@ entities: pos: 7.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9051 components: @@ -40506,7 +40757,7 @@ entities: pos: 8.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9052 components: @@ -40514,7 +40765,7 @@ entities: pos: 3.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9053 components: @@ -40522,7 +40773,7 @@ entities: pos: 0.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9054 components: @@ -40530,7 +40781,7 @@ entities: pos: 0.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9055 components: @@ -40538,7 +40789,7 @@ entities: pos: 0.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9056 components: @@ -40546,28 +40797,28 @@ entities: pos: 0.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9058 components: - pos: 5.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9059 components: - pos: 5.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9060 components: - pos: 5.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9062 components: @@ -40575,7 +40826,7 @@ entities: pos: 10.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9063 components: @@ -40583,7 +40834,7 @@ entities: pos: 11.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9065 components: @@ -40591,7 +40842,7 @@ entities: pos: 13.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9068 components: @@ -40599,28 +40850,28 @@ entities: pos: 12.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9069 components: - pos: 13.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9070 components: - pos: 13.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9071 components: - pos: 13.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9074 components: @@ -40628,7 +40879,7 @@ entities: pos: 14.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9075 components: @@ -40636,7 +40887,7 @@ entities: pos: 14.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9076 components: @@ -40644,7 +40895,7 @@ entities: pos: 14.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9077 components: @@ -40652,7 +40903,7 @@ entities: pos: 14.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9078 components: @@ -40660,7 +40911,7 @@ entities: pos: 14.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9079 components: @@ -40668,7 +40919,7 @@ entities: pos: 14.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9080 components: @@ -40676,7 +40927,7 @@ entities: pos: 14.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9081 components: @@ -40684,7 +40935,7 @@ entities: pos: 14.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9082 components: @@ -40692,7 +40943,7 @@ entities: pos: 14.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9083 components: @@ -40700,7 +40951,7 @@ entities: pos: 14.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9084 components: @@ -40708,7 +40959,7 @@ entities: pos: 14.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9086 components: @@ -40716,7 +40967,7 @@ entities: pos: 15.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9087 components: @@ -40724,7 +40975,7 @@ entities: pos: 16.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9088 components: @@ -40732,7 +40983,7 @@ entities: pos: 17.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9089 components: @@ -40740,7 +40991,7 @@ entities: pos: 18.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9090 components: @@ -40748,7 +40999,7 @@ entities: pos: 19.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9091 components: @@ -40756,7 +41007,7 @@ entities: pos: 20.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9092 components: @@ -40764,7 +41015,7 @@ entities: pos: 21.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9093 components: @@ -40772,7 +41023,7 @@ entities: pos: 23.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9094 components: @@ -40780,7 +41031,7 @@ entities: pos: 24.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9095 components: @@ -40788,7 +41039,7 @@ entities: pos: 25.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9096 components: @@ -40796,7 +41047,7 @@ entities: pos: 26.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9097 components: @@ -40804,7 +41055,7 @@ entities: pos: 27.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9098 components: @@ -40812,7 +41063,7 @@ entities: pos: 28.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9099 components: @@ -40820,87 +41071,30 @@ entities: pos: 29.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9100 components: - rot: -1.5707963267948966 rad - pos: 29.5,-14.5 + pos: 43.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9101 components: - rot: -1.5707963267948966 rad - pos: 30.5,-14.5 + pos: 46.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9102 - components: - - rot: -1.5707963267948966 rad - pos: 31.5,-14.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9104 - components: - - pos: 32.5,-15.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9105 - components: - - pos: 32.5,-16.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9106 - components: - - pos: 32.5,-17.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9107 - components: - - pos: 32.5,-18.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9108 - components: - - pos: 32.5,-19.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9109 - components: - - pos: 32.5,-20.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9110 - components: - - pos: 32.5,-21.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9112 components: - pos: 32.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9114 components: @@ -40908,7 +41102,7 @@ entities: pos: 30.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9115 components: @@ -40916,21 +41110,21 @@ entities: pos: 31.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9117 components: - pos: 32.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9118 components: - pos: 32.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9122 components: @@ -40938,7 +41132,7 @@ entities: pos: 31.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9123 components: @@ -40946,7 +41140,7 @@ entities: pos: 30.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9124 components: @@ -40954,7 +41148,7 @@ entities: pos: 29.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9125 components: @@ -40962,42 +41156,42 @@ entities: pos: 28.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9126 components: - pos: 32.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9127 components: - pos: 32.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9128 components: - pos: 32.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9129 components: - pos: 32.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9131 components: - pos: 32.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9133 components: @@ -41005,7 +41199,7 @@ entities: pos: 33.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9134 components: @@ -41013,7 +41207,7 @@ entities: pos: 34.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9135 components: @@ -41021,7 +41215,7 @@ entities: pos: 35.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9137 components: @@ -41029,42 +41223,42 @@ entities: pos: 37.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9140 components: - pos: 36.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9141 components: - pos: 36.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9142 components: - pos: 36.5,-35.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9143 components: - pos: 36.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9144 components: - pos: 36.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9145 components: @@ -41072,7 +41266,7 @@ entities: pos: 37.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9146 components: @@ -41080,7 +41274,7 @@ entities: pos: 38.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9149 components: @@ -41088,7 +41282,7 @@ entities: pos: 35.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9150 components: @@ -41096,7 +41290,7 @@ entities: pos: 34.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9151 components: @@ -41104,70 +41298,70 @@ entities: pos: 33.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9154 components: - pos: 22.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9155 components: - pos: 22.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9156 components: - pos: 22.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9157 components: - pos: 22.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9158 components: - pos: 22.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9159 components: - pos: 22.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9160 components: - pos: 22.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9161 components: - pos: 22.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9162 components: - pos: 22.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9164 components: @@ -41175,7 +41369,7 @@ entities: pos: 22.5,-35.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9165 components: @@ -41183,7 +41377,7 @@ entities: pos: 22.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9166 components: @@ -41191,7 +41385,7 @@ entities: pos: 22.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9167 components: @@ -41199,7 +41393,7 @@ entities: pos: 21.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9169 components: @@ -41207,7 +41401,7 @@ entities: pos: 19.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9170 components: @@ -41215,7 +41409,7 @@ entities: pos: 18.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9171 components: @@ -41223,7 +41417,7 @@ entities: pos: 23.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9172 components: @@ -41231,7 +41425,7 @@ entities: pos: 24.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9177 components: @@ -41239,28 +41433,28 @@ entities: pos: -25.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9178 components: - pos: -26.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9179 components: - pos: -26.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9180 components: - pos: -26.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9183 components: @@ -41268,7 +41462,7 @@ entities: pos: -26.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9184 components: @@ -41276,7 +41470,7 @@ entities: pos: -26.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9185 components: @@ -41284,7 +41478,7 @@ entities: pos: -26.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9188 components: @@ -41292,7 +41486,7 @@ entities: pos: -28.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9189 components: @@ -41300,7 +41494,7 @@ entities: pos: -29.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9190 components: @@ -41308,7 +41502,7 @@ entities: pos: -30.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9193 components: @@ -41316,7 +41510,7 @@ entities: pos: -27.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9194 components: @@ -41324,7 +41518,7 @@ entities: pos: -28.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9195 components: @@ -41332,7 +41526,7 @@ entities: pos: -29.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9196 components: @@ -41340,7 +41534,7 @@ entities: pos: -30.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9197 components: @@ -41348,7 +41542,7 @@ entities: pos: -31.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9198 components: @@ -41356,21 +41550,21 @@ entities: pos: -32.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9199 components: - pos: -33.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9200 components: - pos: -33.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9203 components: @@ -41378,7 +41572,7 @@ entities: pos: -35.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9204 components: @@ -41386,133 +41580,133 @@ entities: pos: -36.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9206 components: - pos: -37.5,-21.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9207 components: - pos: -37.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9208 components: - pos: -37.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9209 components: - pos: -37.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9210 components: - pos: -37.5,-17.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9211 components: - pos: -37.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9212 components: - pos: -37.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9213 components: - pos: -37.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9214 components: - pos: -37.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9215 components: - pos: -37.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9216 components: - pos: -37.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9218 components: - pos: -37.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9219 components: - pos: -37.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9221 components: - pos: -37.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9222 components: - pos: -37.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9223 components: - pos: -37.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9224 components: - pos: -37.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9225 components: - pos: -37.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9226 components: @@ -41520,7 +41714,7 @@ entities: pos: -36.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9227 components: @@ -41528,7 +41722,7 @@ entities: pos: -35.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9229 components: @@ -41536,7 +41730,7 @@ entities: pos: -33.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9230 components: @@ -41544,7 +41738,7 @@ entities: pos: -32.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9231 components: @@ -41552,63 +41746,63 @@ entities: pos: -31.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9233 components: - pos: -34.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9236 components: - pos: -37.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9237 components: - pos: -37.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9239 components: - pos: -37.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9240 components: - pos: -41.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9241 components: - pos: -41.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9242 components: - pos: -41.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9243 components: - pos: -41.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9244 components: @@ -41616,21 +41810,21 @@ entities: pos: -39.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9245 components: - pos: -41.5,6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9246 components: - pos: -41.5,7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9247 components: @@ -41638,7 +41832,7 @@ entities: pos: -38.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9248 components: @@ -41646,7 +41840,7 @@ entities: pos: -39.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9249 components: @@ -41654,7 +41848,7 @@ entities: pos: -40.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9250 components: @@ -41662,7 +41856,7 @@ entities: pos: -41.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9259 components: @@ -41670,7 +41864,7 @@ entities: pos: -48.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9260 components: @@ -41678,28 +41872,28 @@ entities: pos: -48.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9262 components: - pos: -43.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9263 components: - pos: -43.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9264 components: - pos: -43.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9267 components: @@ -41707,7 +41901,7 @@ entities: pos: -42.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9268 components: @@ -41715,7 +41909,7 @@ entities: pos: -44.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9269 components: @@ -41723,7 +41917,7 @@ entities: pos: -45.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9270 components: @@ -41731,28 +41925,28 @@ entities: pos: -46.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9271 components: - pos: -47.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9272 components: - pos: -47.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9273 components: - pos: -47.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9274 components: @@ -41760,7 +41954,7 @@ entities: pos: -49.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9275 components: @@ -41768,7 +41962,7 @@ entities: pos: -50.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9276 components: @@ -41776,7 +41970,7 @@ entities: pos: -51.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9277 components: @@ -41784,7 +41978,7 @@ entities: pos: -52.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9279 components: @@ -41792,7 +41986,7 @@ entities: pos: -38.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9280 components: @@ -41800,7 +41994,7 @@ entities: pos: -39.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9281 components: @@ -41808,7 +42002,7 @@ entities: pos: -40.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9282 components: @@ -41816,7 +42010,7 @@ entities: pos: -41.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9283 components: @@ -41824,7 +42018,7 @@ entities: pos: -42.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9284 components: @@ -41832,7 +42026,7 @@ entities: pos: -43.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9285 components: @@ -41840,7 +42034,7 @@ entities: pos: -44.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9286 components: @@ -41848,7 +42042,7 @@ entities: pos: -45.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9287 components: @@ -41856,7 +42050,7 @@ entities: pos: -46.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9288 components: @@ -41864,28 +42058,28 @@ entities: pos: -47.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9291 components: - pos: -48.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9292 components: - pos: -48.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9293 components: - pos: -48.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9296 components: @@ -41893,7 +42087,7 @@ entities: pos: -38.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9299 components: @@ -41901,7 +42095,7 @@ entities: pos: -27.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9300 components: @@ -41909,7 +42103,7 @@ entities: pos: -27.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9301 components: @@ -41917,7 +42111,7 @@ entities: pos: -27.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9303 components: @@ -41925,7 +42119,7 @@ entities: pos: -28.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9306 components: @@ -41933,7 +42127,7 @@ entities: pos: -30.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9309 components: @@ -41941,7 +42135,7 @@ entities: pos: -30.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9310 components: @@ -41949,7 +42143,7 @@ entities: pos: -31.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9311 components: @@ -41957,7 +42151,7 @@ entities: pos: -32.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9312 components: @@ -41965,7 +42159,7 @@ entities: pos: -45.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9313 components: @@ -41980,7 +42174,7 @@ entities: pos: 32.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9316 components: @@ -41988,7 +42182,7 @@ entities: pos: 31.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9317 components: @@ -41996,7 +42190,7 @@ entities: pos: 29.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9318 components: @@ -42004,7 +42198,7 @@ entities: pos: 28.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9319 components: @@ -42012,7 +42206,7 @@ entities: pos: 27.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9320 components: @@ -42020,7 +42214,7 @@ entities: pos: 26.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9321 components: @@ -42028,7 +42222,7 @@ entities: pos: 25.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9324 components: @@ -42036,35 +42230,35 @@ entities: pos: 23.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9325 components: - pos: 30.5,-43.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9326 components: - pos: 30.5,-42.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9327 components: - pos: 30.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9328 components: - pos: 30.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9356 components: @@ -42072,7 +42266,7 @@ entities: pos: 16.5,8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9357 components: @@ -42080,7 +42274,7 @@ entities: pos: 15.5,8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9358 components: @@ -42088,7 +42282,7 @@ entities: pos: -37.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9359 components: @@ -42096,7 +42290,7 @@ entities: pos: -36.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9361 components: @@ -42104,7 +42298,7 @@ entities: pos: -35.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9362 components: @@ -42112,7 +42306,7 @@ entities: pos: -35.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9363 components: @@ -42120,7 +42314,7 @@ entities: pos: -35.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9364 components: @@ -42128,7 +42322,7 @@ entities: pos: -35.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9365 components: @@ -42136,7 +42330,7 @@ entities: pos: -35.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9367 components: @@ -42144,7 +42338,7 @@ entities: pos: -36.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9368 components: @@ -42152,7 +42346,7 @@ entities: pos: -37.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9369 components: @@ -42160,7 +42354,7 @@ entities: pos: -38.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9370 components: @@ -42168,7 +42362,7 @@ entities: pos: -39.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9375 components: @@ -42176,7 +42370,7 @@ entities: pos: -40.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9376 components: @@ -42184,7 +42378,7 @@ entities: pos: -41.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9377 components: @@ -42192,7 +42386,7 @@ entities: pos: -42.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9380 components: @@ -42200,7 +42394,7 @@ entities: pos: -43.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9381 components: @@ -42208,7 +42402,7 @@ entities: pos: -43.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9385 components: @@ -42216,7 +42410,7 @@ entities: pos: -33.5,-44.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9386 components: @@ -42224,7 +42418,7 @@ entities: pos: -32.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9387 components: @@ -42232,21 +42426,21 @@ entities: pos: -31.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9389 components: - pos: -33.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9390 components: - pos: -33.5,-41.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9394 components: @@ -42254,7 +42448,7 @@ entities: pos: -34.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9395 components: @@ -42262,7 +42456,7 @@ entities: pos: -34.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9396 components: @@ -42270,7 +42464,7 @@ entities: pos: -34.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9400 components: @@ -42278,7 +42472,7 @@ entities: pos: -31.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9401 components: @@ -42286,7 +42480,7 @@ entities: pos: -30.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9405 components: @@ -42294,7 +42488,7 @@ entities: pos: -29.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9408 components: @@ -42302,7 +42496,7 @@ entities: pos: -34.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9409 components: @@ -42310,7 +42504,7 @@ entities: pos: -33.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9410 components: @@ -42318,7 +42512,7 @@ entities: pos: -32.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9411 components: @@ -42326,21 +42520,21 @@ entities: pos: -31.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9412 components: - pos: -30.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9413 components: - pos: -30.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9416 components: @@ -42410,7 +42604,7 @@ entities: pos: -53.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9427 components: @@ -42418,7 +42612,7 @@ entities: pos: -35.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9428 components: @@ -42426,7 +42620,7 @@ entities: pos: -53.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9431 components: @@ -42434,7 +42628,7 @@ entities: pos: -38.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9432 components: @@ -42442,7 +42636,7 @@ entities: pos: -39.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9434 components: @@ -42450,7 +42644,7 @@ entities: pos: -42.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9435 components: @@ -42458,7 +42652,7 @@ entities: pos: -34.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9436 components: @@ -42466,7 +42660,7 @@ entities: pos: -33.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9437 components: @@ -42474,7 +42668,7 @@ entities: pos: -32.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9438 components: @@ -42482,7 +42676,7 @@ entities: pos: -31.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9439 components: @@ -42490,21 +42684,21 @@ entities: pos: -30.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9441 components: - pos: -27.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9442 components: - pos: -27.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9443 components: @@ -42512,7 +42706,7 @@ entities: pos: -28.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9446 components: @@ -42520,7 +42714,7 @@ entities: pos: -29.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9447 components: @@ -42528,7 +42722,7 @@ entities: pos: -28.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9448 components: @@ -42536,7 +42730,7 @@ entities: pos: -26.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9449 components: @@ -42544,7 +42738,7 @@ entities: pos: -25.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9450 components: @@ -42552,7 +42746,7 @@ entities: pos: -24.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9452 components: @@ -42560,7 +42754,7 @@ entities: pos: -23.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9453 components: @@ -42568,7 +42762,7 @@ entities: pos: -23.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9454 components: @@ -42576,7 +42770,7 @@ entities: pos: -23.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9455 components: @@ -42584,7 +42778,7 @@ entities: pos: -23.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9458 components: @@ -42592,7 +42786,7 @@ entities: pos: -22.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9459 components: @@ -42600,14 +42794,14 @@ entities: pos: -22.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9465 components: - pos: -18.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9466 components: @@ -42623,7 +42817,7 @@ entities: pos: -20.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9473 components: @@ -42631,7 +42825,7 @@ entities: pos: -21.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9474 components: @@ -42639,7 +42833,7 @@ entities: pos: -17.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9475 components: @@ -42647,7 +42841,7 @@ entities: pos: -16.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9476 components: @@ -42655,7 +42849,7 @@ entities: pos: -15.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9477 components: @@ -42663,7 +42857,7 @@ entities: pos: -14.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9479 components: @@ -42671,7 +42865,7 @@ entities: pos: -12.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9480 components: @@ -42679,77 +42873,77 @@ entities: pos: -11.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9482 components: - pos: -10.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9483 components: - pos: -10.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9484 components: - pos: -10.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9486 components: - pos: -10.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9487 components: - pos: -10.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9488 components: - pos: -10.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9489 components: - pos: -10.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9490 components: - pos: -10.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9491 components: - pos: -10.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9492 components: - pos: -10.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9494 components: @@ -42757,7 +42951,7 @@ entities: pos: -9.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9498 components: @@ -42765,7 +42959,7 @@ entities: pos: -13.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9499 components: @@ -42773,7 +42967,7 @@ entities: pos: -13.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9500 components: @@ -42781,7 +42975,7 @@ entities: pos: -13.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9501 components: @@ -42789,7 +42983,7 @@ entities: pos: -13.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9502 components: @@ -42797,7 +42991,7 @@ entities: pos: -13.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9503 components: @@ -42805,7 +42999,7 @@ entities: pos: -13.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9504 components: @@ -42813,7 +43007,7 @@ entities: pos: -13.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9505 components: @@ -42821,7 +43015,7 @@ entities: pos: -13.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9508 components: @@ -42829,7 +43023,7 @@ entities: pos: -15.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9511 components: @@ -42837,7 +43031,7 @@ entities: pos: -14.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9512 components: @@ -42845,7 +43039,7 @@ entities: pos: -12.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9513 components: @@ -42853,7 +43047,7 @@ entities: pos: -11.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9514 components: @@ -42861,7 +43055,7 @@ entities: pos: -10.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9516 components: @@ -42869,7 +43063,7 @@ entities: pos: -9.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9517 components: @@ -42877,7 +43071,7 @@ entities: pos: -9.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9518 components: @@ -42885,7 +43079,7 @@ entities: pos: -9.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9519 components: @@ -42893,7 +43087,7 @@ entities: pos: -15.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9520 components: @@ -42901,7 +43095,7 @@ entities: pos: -15.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9525 components: @@ -42909,7 +43103,7 @@ entities: pos: -8.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9526 components: @@ -42917,7 +43111,7 @@ entities: pos: -7.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9527 components: @@ -42925,7 +43119,7 @@ entities: pos: -6.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9528 components: @@ -42933,7 +43127,7 @@ entities: pos: -5.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9529 components: @@ -42941,7 +43135,7 @@ entities: pos: -4.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9530 components: @@ -42949,7 +43143,7 @@ entities: pos: -4.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9531 components: @@ -42957,14 +43151,14 @@ entities: pos: -4.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9533 components: - pos: -4.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9535 components: @@ -42972,7 +43166,7 @@ entities: pos: -3.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9536 components: @@ -42980,7 +43174,7 @@ entities: pos: -2.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9537 components: @@ -42988,7 +43182,7 @@ entities: pos: -1.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9538 components: @@ -42996,7 +43190,7 @@ entities: pos: -0.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9540 components: @@ -43004,7 +43198,7 @@ entities: pos: 2.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9541 components: @@ -43012,7 +43206,7 @@ entities: pos: 3.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9542 components: @@ -43020,7 +43214,7 @@ entities: pos: 4.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9549 components: @@ -43028,7 +43222,7 @@ entities: pos: 5.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9550 components: @@ -43036,7 +43230,7 @@ entities: pos: 6.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9551 components: @@ -43044,42 +43238,42 @@ entities: pos: 7.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9552 components: - pos: -4.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9553 components: - pos: -4.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9554 components: - pos: -4.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9555 components: - pos: -4.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9556 components: - pos: -4.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9558 components: @@ -43087,7 +43281,7 @@ entities: pos: -3.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9559 components: @@ -43095,7 +43289,7 @@ entities: pos: -2.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9560 components: @@ -43103,7 +43297,7 @@ entities: pos: -1.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9561 components: @@ -43111,7 +43305,7 @@ entities: pos: -0.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9564 components: @@ -43119,7 +43313,7 @@ entities: pos: -5.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9565 components: @@ -43127,7 +43321,7 @@ entities: pos: -6.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9566 components: @@ -43135,7 +43329,7 @@ entities: pos: -7.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9567 components: @@ -43143,7 +43337,7 @@ entities: pos: -8.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9568 components: @@ -43151,7 +43345,7 @@ entities: pos: -9.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9569 components: @@ -43159,7 +43353,7 @@ entities: pos: -4.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9572 components: @@ -43167,7 +43361,7 @@ entities: pos: -4.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9574 components: @@ -43175,7 +43369,7 @@ entities: pos: -3.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9575 components: @@ -43183,7 +43377,7 @@ entities: pos: -2.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9576 components: @@ -43191,14 +43385,14 @@ entities: pos: -1.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9578 components: - pos: 3.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9579 components: @@ -43206,7 +43400,7 @@ entities: pos: 2.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9580 components: @@ -43214,7 +43408,7 @@ entities: pos: 1.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9581 components: @@ -43222,7 +43416,7 @@ entities: pos: 0.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9582 components: @@ -43230,7 +43424,7 @@ entities: pos: 1.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9583 components: @@ -43238,7 +43432,7 @@ entities: pos: 2.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9584 components: @@ -43246,7 +43440,7 @@ entities: pos: 3.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9585 components: @@ -43254,7 +43448,7 @@ entities: pos: 0.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9587 components: @@ -43262,7 +43456,7 @@ entities: pos: 5.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9588 components: @@ -43270,7 +43464,7 @@ entities: pos: 8.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9589 components: @@ -43278,21 +43472,21 @@ entities: pos: 9.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9591 components: - pos: 6.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9592 components: - pos: 6.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9597 components: @@ -43300,7 +43494,7 @@ entities: pos: 1.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9600 components: @@ -43308,7 +43502,7 @@ entities: pos: 3.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9602 components: @@ -43316,7 +43510,7 @@ entities: pos: 5.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9603 components: @@ -43324,7 +43518,7 @@ entities: pos: 6.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9604 components: @@ -43332,21 +43526,21 @@ entities: pos: 8.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9605 components: - pos: 7.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9606 components: - pos: 7.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9611 components: @@ -43354,7 +43548,7 @@ entities: pos: 4.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9613 components: @@ -43362,7 +43556,7 @@ entities: pos: 5.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9614 components: @@ -43370,7 +43564,7 @@ entities: pos: 6.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9617 components: @@ -43378,7 +43572,7 @@ entities: pos: 5.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9618 components: @@ -43386,7 +43580,7 @@ entities: pos: 5.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9619 components: @@ -43394,14 +43588,14 @@ entities: pos: 5.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9622 components: - pos: 5.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9623 components: @@ -43409,7 +43603,7 @@ entities: pos: 6.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9624 components: @@ -43417,7 +43611,7 @@ entities: pos: 7.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9625 components: @@ -43425,7 +43619,7 @@ entities: pos: 8.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9628 components: @@ -43433,7 +43627,7 @@ entities: pos: 4.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9629 components: @@ -43441,7 +43635,7 @@ entities: pos: 4.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9639 components: @@ -43449,7 +43643,7 @@ entities: pos: 5.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9640 components: @@ -43457,7 +43651,7 @@ entities: pos: 6.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9641 components: @@ -43465,7 +43659,7 @@ entities: pos: 7.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9642 components: @@ -43473,7 +43667,7 @@ entities: pos: 8.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9643 components: @@ -43481,7 +43675,7 @@ entities: pos: 4.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9644 components: @@ -43489,7 +43683,7 @@ entities: pos: 4.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9646 components: @@ -43497,7 +43691,7 @@ entities: pos: 4.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9647 components: @@ -43505,7 +43699,7 @@ entities: pos: 5.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9648 components: @@ -43513,7 +43707,7 @@ entities: pos: 6.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9649 components: @@ -43521,7 +43715,7 @@ entities: pos: -4.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9650 components: @@ -43529,7 +43723,7 @@ entities: pos: -4.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9651 components: @@ -43537,7 +43731,7 @@ entities: pos: -0.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9652 components: @@ -43545,7 +43739,7 @@ entities: pos: -1.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9653 components: @@ -43553,7 +43747,7 @@ entities: pos: -2.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9654 components: @@ -43561,28 +43755,28 @@ entities: pos: -3.5,-44.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9661 components: - pos: -7.5,-46.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9662 components: - pos: -7.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9663 components: - pos: -7.5,-44.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9664 components: @@ -43590,7 +43784,7 @@ entities: pos: -6.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9665 components: @@ -43598,7 +43792,7 @@ entities: pos: -5.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9666 components: @@ -43606,7 +43800,7 @@ entities: pos: -4.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9667 components: @@ -43614,7 +43808,7 @@ entities: pos: -4.5,-41.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9668 components: @@ -43622,7 +43816,7 @@ entities: pos: -4.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9669 components: @@ -43630,7 +43824,7 @@ entities: pos: -4.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9670 components: @@ -43638,7 +43832,7 @@ entities: pos: -4.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9671 components: @@ -43646,7 +43840,7 @@ entities: pos: -4.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9672 components: @@ -43654,7 +43848,7 @@ entities: pos: -4.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9673 components: @@ -43662,7 +43856,7 @@ entities: pos: 7.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9674 components: @@ -43670,7 +43864,7 @@ entities: pos: -4.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9675 components: @@ -43678,7 +43872,7 @@ entities: pos: -4.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9676 components: @@ -43686,7 +43880,7 @@ entities: pos: -1.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9677 components: @@ -43694,7 +43888,7 @@ entities: pos: -4.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9678 components: @@ -43702,7 +43896,7 @@ entities: pos: -4.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9679 components: @@ -43710,7 +43904,7 @@ entities: pos: -4.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9680 components: @@ -43718,7 +43912,7 @@ entities: pos: -4.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9681 components: @@ -43726,7 +43920,7 @@ entities: pos: -4.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9682 components: @@ -43734,7 +43928,7 @@ entities: pos: -4.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9683 components: @@ -43742,7 +43936,7 @@ entities: pos: -4.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9684 components: @@ -43750,7 +43944,7 @@ entities: pos: -4.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9688 components: @@ -43758,7 +43952,7 @@ entities: pos: 1.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9689 components: @@ -43766,7 +43960,7 @@ entities: pos: 2.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9690 components: @@ -43774,7 +43968,7 @@ entities: pos: -4.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9691 components: @@ -43790,7 +43984,7 @@ entities: pos: -0.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9693 components: @@ -43798,7 +43992,7 @@ entities: pos: -4.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9694 components: @@ -43806,7 +44000,7 @@ entities: pos: -4.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9697 components: @@ -43814,7 +44008,7 @@ entities: pos: 2.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9698 components: @@ -43822,7 +44016,7 @@ entities: pos: 1.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9699 components: @@ -43830,7 +44024,7 @@ entities: pos: 0.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9700 components: @@ -43838,7 +44032,7 @@ entities: pos: -0.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9702 components: @@ -43846,7 +44040,7 @@ entities: pos: -2.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9703 components: @@ -43854,28 +44048,28 @@ entities: pos: -3.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9712 components: - pos: -8.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9713 components: - pos: -8.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9714 components: - pos: -8.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9715 components: @@ -43883,7 +44077,7 @@ entities: pos: -9.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9716 components: @@ -43891,7 +44085,7 @@ entities: pos: -10.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9741 components: @@ -43899,7 +44093,7 @@ entities: pos: -12.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9742 components: @@ -43907,7 +44101,7 @@ entities: pos: -11.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9743 components: @@ -43915,7 +44109,7 @@ entities: pos: -10.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9744 components: @@ -43923,7 +44117,7 @@ entities: pos: -9.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9745 components: @@ -43931,7 +44125,7 @@ entities: pos: -7.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9746 components: @@ -43939,7 +44133,7 @@ entities: pos: -6.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9747 components: @@ -43947,7 +44141,7 @@ entities: pos: -5.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9750 components: @@ -43955,7 +44149,7 @@ entities: pos: -17.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9751 components: @@ -43963,7 +44157,7 @@ entities: pos: -17.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9752 components: @@ -43971,7 +44165,7 @@ entities: pos: -17.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9753 components: @@ -43979,7 +44173,7 @@ entities: pos: -23.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9754 components: @@ -43987,7 +44181,7 @@ entities: pos: -23.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9755 components: @@ -44068,7 +44262,7 @@ entities: pos: -36.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9771 components: @@ -44076,7 +44270,7 @@ entities: pos: -37.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9772 components: @@ -44084,7 +44278,7 @@ entities: pos: -31.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9773 components: @@ -44092,7 +44286,7 @@ entities: pos: -32.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9774 components: @@ -44100,7 +44294,7 @@ entities: pos: -33.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9775 components: @@ -44108,7 +44302,7 @@ entities: pos: -35.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9776 components: @@ -44116,7 +44310,7 @@ entities: pos: -34.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9779 components: @@ -44124,7 +44318,7 @@ entities: pos: -36.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9780 components: @@ -44132,35 +44326,35 @@ entities: pos: -36.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9784 components: - pos: -41.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9785 components: - pos: -41.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9787 components: - pos: -40.5,5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9788 components: - pos: -40.5,6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9789 components: @@ -44168,7 +44362,7 @@ entities: pos: -39.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9790 components: @@ -44176,49 +44370,49 @@ entities: pos: -37.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9791 components: - pos: -38.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9792 components: - pos: -38.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9793 components: - pos: -38.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9794 components: - pos: -38.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9795 components: - pos: -38.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9796 components: - pos: -38.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9806 components: @@ -44226,7 +44420,7 @@ entities: pos: -53.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9807 components: @@ -44234,7 +44428,7 @@ entities: pos: -52.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9808 components: @@ -44242,7 +44436,7 @@ entities: pos: -51.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9809 components: @@ -44250,63 +44444,63 @@ entities: pos: -50.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9810 components: - pos: -48.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9811 components: - pos: -44.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9812 components: - pos: -44.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9813 components: - pos: -46.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9814 components: - pos: -46.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9815 components: - pos: -46.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9816 components: - pos: -49.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9817 components: - pos: -49.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9818 components: @@ -44314,7 +44508,7 @@ entities: pos: -47.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9819 components: @@ -44322,7 +44516,7 @@ entities: pos: -45.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9820 components: @@ -44330,7 +44524,7 @@ entities: pos: -43.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9821 components: @@ -44338,7 +44532,7 @@ entities: pos: -42.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9828 components: @@ -44346,7 +44540,7 @@ entities: pos: -43.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9829 components: @@ -44354,7 +44548,7 @@ entities: pos: -50.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9830 components: @@ -44362,7 +44556,7 @@ entities: pos: -49.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9831 components: @@ -44370,7 +44564,7 @@ entities: pos: -48.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9832 components: @@ -44378,7 +44572,7 @@ entities: pos: -47.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9833 components: @@ -44386,7 +44580,7 @@ entities: pos: -45.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9834 components: @@ -44394,7 +44588,7 @@ entities: pos: -44.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9835 components: @@ -44402,7 +44596,7 @@ entities: pos: -43.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9836 components: @@ -44410,7 +44604,7 @@ entities: pos: -42.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9837 components: @@ -44418,7 +44612,7 @@ entities: pos: -41.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9838 components: @@ -44426,7 +44620,7 @@ entities: pos: -40.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9839 components: @@ -44434,35 +44628,35 @@ entities: pos: -39.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9840 components: - pos: -46.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9841 components: - pos: -46.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9842 components: - pos: -51.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9843 components: - pos: -51.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9847 components: @@ -44470,7 +44664,7 @@ entities: pos: -36.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9848 components: @@ -44478,7 +44672,7 @@ entities: pos: -37.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9849 components: @@ -44486,7 +44680,7 @@ entities: pos: -38.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9850 components: @@ -44494,7 +44688,7 @@ entities: pos: -38.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9851 components: @@ -44510,7 +44704,7 @@ entities: pos: -38.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9853 components: @@ -44518,7 +44712,7 @@ entities: pos: -38.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9854 components: @@ -44526,7 +44720,7 @@ entities: pos: -38.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9855 components: @@ -44534,7 +44728,7 @@ entities: pos: -38.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9856 components: @@ -44542,7 +44736,7 @@ entities: pos: -38.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9857 components: @@ -44550,7 +44744,7 @@ entities: pos: -38.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9858 components: @@ -44558,7 +44752,7 @@ entities: pos: -38.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9860 components: @@ -44566,7 +44760,7 @@ entities: pos: -36.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9861 components: @@ -44574,7 +44768,7 @@ entities: pos: -37.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9862 components: @@ -44582,7 +44776,7 @@ entities: pos: -44.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9863 components: @@ -44590,7 +44784,7 @@ entities: pos: 4.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9864 components: @@ -44598,7 +44792,7 @@ entities: pos: 5.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9865 components: @@ -44606,7 +44800,7 @@ entities: pos: 6.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9866 components: @@ -44614,7 +44808,7 @@ entities: pos: 7.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9867 components: @@ -44622,7 +44816,7 @@ entities: pos: 8.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9868 components: @@ -44630,7 +44824,7 @@ entities: pos: 9.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9869 components: @@ -44638,7 +44832,7 @@ entities: pos: 10.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9870 components: @@ -44646,7 +44840,7 @@ entities: pos: 11.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9871 components: @@ -44654,14 +44848,14 @@ entities: pos: 12.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9872 components: - pos: 13.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9874 components: @@ -44669,7 +44863,7 @@ entities: pos: 12.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9877 components: @@ -44677,7 +44871,7 @@ entities: pos: 13.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9878 components: @@ -44685,7 +44879,7 @@ entities: pos: 13.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9879 components: @@ -44693,7 +44887,7 @@ entities: pos: 13.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9881 components: @@ -44701,7 +44895,7 @@ entities: pos: 13.5,6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9882 components: @@ -44709,7 +44903,7 @@ entities: pos: 13.5,7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9884 components: @@ -44717,7 +44911,7 @@ entities: pos: 12.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9885 components: @@ -44725,7 +44919,7 @@ entities: pos: 11.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9888 components: @@ -44733,7 +44927,7 @@ entities: pos: 14.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9889 components: @@ -44741,7 +44935,7 @@ entities: pos: 15.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9890 components: @@ -44749,7 +44943,7 @@ entities: pos: 16.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9895 components: @@ -44757,7 +44951,7 @@ entities: pos: 15.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9896 components: @@ -44765,7 +44959,7 @@ entities: pos: 14.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9898 components: @@ -44773,7 +44967,7 @@ entities: pos: 13.5,11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9899 components: @@ -44781,7 +44975,7 @@ entities: pos: 13.5,12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9900 components: @@ -44789,14 +44983,14 @@ entities: pos: 12.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9903 components: - pos: 13.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9905 components: @@ -44804,7 +44998,7 @@ entities: pos: 15.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9906 components: @@ -44812,28 +45006,28 @@ entities: pos: 14.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9907 components: - pos: 13.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9908 components: - pos: 13.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9909 components: - pos: 13.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9911 components: @@ -44841,7 +45035,7 @@ entities: pos: 14.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9912 components: @@ -44849,7 +45043,7 @@ entities: pos: 15.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9913 components: @@ -44857,7 +45051,7 @@ entities: pos: 16.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9914 components: @@ -44865,7 +45059,7 @@ entities: pos: 17.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9915 components: @@ -44873,49 +45067,49 @@ entities: pos: 18.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9917 components: - pos: 13.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9918 components: - pos: 13.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9919 components: - pos: 13.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9920 components: - pos: 13.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9921 components: - pos: 13.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9922 components: - pos: 13.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9924 components: @@ -44923,7 +45117,7 @@ entities: pos: 12.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9927 components: @@ -44931,7 +45125,7 @@ entities: pos: 14.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9928 components: @@ -44939,7 +45133,7 @@ entities: pos: 15.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9929 components: @@ -44947,7 +45141,7 @@ entities: pos: 16.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9930 components: @@ -44955,7 +45149,7 @@ entities: pos: 18.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9931 components: @@ -44963,7 +45157,7 @@ entities: pos: 19.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9932 components: @@ -44971,7 +45165,7 @@ entities: pos: 20.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9933 components: @@ -44979,7 +45173,7 @@ entities: pos: 21.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9937 components: @@ -44987,7 +45181,7 @@ entities: pos: 17.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9938 components: @@ -44995,7 +45189,7 @@ entities: pos: 17.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9940 components: @@ -45003,7 +45197,7 @@ entities: pos: 17.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9941 components: @@ -45011,7 +45205,7 @@ entities: pos: 17.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9944 components: @@ -45019,7 +45213,7 @@ entities: pos: 18.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9945 components: @@ -45027,7 +45221,7 @@ entities: pos: 19.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9946 components: @@ -45035,7 +45229,7 @@ entities: pos: 20.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9947 components: @@ -45043,7 +45237,7 @@ entities: pos: 21.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9950 components: @@ -45051,7 +45245,7 @@ entities: pos: 22.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9951 components: @@ -45059,7 +45253,7 @@ entities: pos: 22.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9952 components: @@ -45067,7 +45261,7 @@ entities: pos: 22.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9953 components: @@ -45075,7 +45269,7 @@ entities: pos: 23.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9954 components: @@ -45083,7 +45277,7 @@ entities: pos: 24.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9955 components: @@ -45091,7 +45285,7 @@ entities: pos: 25.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9956 components: @@ -45099,28 +45293,28 @@ entities: pos: 27.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9961 components: - pos: 22.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9962 components: - pos: 22.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9963 components: - pos: 22.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9964 components: @@ -45128,7 +45322,7 @@ entities: pos: 23.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9965 components: @@ -45136,7 +45330,7 @@ entities: pos: 24.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9966 components: @@ -45144,7 +45338,7 @@ entities: pos: 25.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9967 components: @@ -45152,7 +45346,7 @@ entities: pos: 26.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9969 components: @@ -45160,7 +45354,7 @@ entities: pos: 22.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9970 components: @@ -45168,7 +45362,7 @@ entities: pos: 22.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9971 components: @@ -45176,7 +45370,7 @@ entities: pos: 22.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9972 components: @@ -45184,7 +45378,7 @@ entities: pos: 22.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9973 components: @@ -45192,7 +45386,7 @@ entities: pos: 22.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9974 components: @@ -45200,7 +45394,7 @@ entities: pos: 22.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9975 components: @@ -45208,7 +45402,7 @@ entities: pos: 22.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9976 components: @@ -45216,7 +45410,7 @@ entities: pos: 22.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9977 components: @@ -45224,7 +45418,7 @@ entities: pos: 22.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9988 components: @@ -45232,7 +45426,7 @@ entities: pos: 34.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9989 components: @@ -45240,7 +45434,7 @@ entities: pos: 35.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9990 components: @@ -45248,7 +45442,7 @@ entities: pos: 36.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9991 components: @@ -45256,7 +45450,7 @@ entities: pos: 37.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9992 components: @@ -45264,7 +45458,7 @@ entities: pos: 32.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9993 components: @@ -45272,7 +45466,7 @@ entities: pos: 31.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9994 components: @@ -45280,7 +45474,7 @@ entities: pos: 30.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9995 components: @@ -45288,7 +45482,7 @@ entities: pos: 28.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9996 components: @@ -45296,7 +45490,7 @@ entities: pos: 27.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9997 components: @@ -45304,7 +45498,7 @@ entities: pos: 26.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9998 components: @@ -45312,7 +45506,7 @@ entities: pos: 25.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9999 components: @@ -45320,7 +45514,7 @@ entities: pos: 24.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10000 components: @@ -45328,7 +45522,7 @@ entities: pos: 23.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10002 components: @@ -45336,7 +45530,7 @@ entities: pos: 29.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10003 components: @@ -45344,59 +45538,35 @@ entities: pos: 29.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10005 - components: - - pos: 38.5,-1.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10006 - components: - - pos: 38.5,-0.5 - parent: 34 - type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10007 components: - - pos: 38.5,0.5 + - pos: 38.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10008 components: - pos: 38.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10014 - components: - - rot: 3.141592653589793 rad - pos: 40.5,-3.5 - parent: 34 - type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 10015 + - uid: 10012 components: - - rot: 3.141592653589793 rad - pos: 40.5,-4.5 + - pos: 44.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 10016 + - uid: 10014 components: - - rot: 3.141592653589793 rad - pos: 40.5,-5.5 + - pos: 43.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10017 components: @@ -45404,7 +45574,7 @@ entities: pos: 39.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10018 components: @@ -45412,23 +45582,23 @@ entities: pos: 42.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 10019 + - uid: 10020 components: - rot: 1.5707963267948966 rad - pos: 43.5,-2.5 + pos: 44.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 10020 + - uid: 10021 components: - - rot: 1.5707963267948966 rad - pos: 44.5,-2.5 + - rot: -1.5707963267948966 rad + pos: 43.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10026 components: @@ -45436,63 +45606,63 @@ entities: pos: 22.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10028 components: - pos: 13.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10029 components: - pos: 13.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10030 components: - pos: 13.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10031 components: - pos: 13.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10033 components: - pos: 13.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10034 components: - pos: 13.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10035 components: - pos: 13.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10036 components: - pos: 13.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10037 components: @@ -45500,7 +45670,7 @@ entities: pos: 12.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10038 components: @@ -45508,7 +45678,7 @@ entities: pos: 14.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10039 components: @@ -45516,7 +45686,7 @@ entities: pos: 15.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10040 components: @@ -45524,7 +45694,7 @@ entities: pos: 16.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10041 components: @@ -45532,7 +45702,7 @@ entities: pos: 18.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10042 components: @@ -45540,7 +45710,7 @@ entities: pos: 19.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10043 components: @@ -45548,140 +45718,140 @@ entities: pos: 20.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10047 components: - pos: 17.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10048 components: - pos: 17.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10049 components: - pos: 17.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10050 components: - pos: 17.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10051 components: - pos: 17.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10056 components: - pos: 11.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10058 components: - pos: 21.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10059 components: - pos: 21.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10060 components: - pos: 21.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10061 components: - pos: 21.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10062 components: - pos: 21.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10063 components: - pos: 21.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10064 components: - pos: 21.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10065 components: - pos: 21.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10066 components: - pos: 21.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10067 components: - pos: 21.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10068 components: - pos: 21.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10069 components: - pos: 21.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10070 components: - pos: 21.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10072 components: @@ -45689,7 +45859,7 @@ entities: pos: 19.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10077 components: @@ -45697,7 +45867,7 @@ entities: pos: 21.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10078 components: @@ -45705,7 +45875,7 @@ entities: pos: 21.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10079 components: @@ -45713,7 +45883,7 @@ entities: pos: 21.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10080 components: @@ -45721,7 +45891,7 @@ entities: pos: 21.5,-41.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10082 components: @@ -45729,7 +45899,7 @@ entities: pos: 22.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10083 components: @@ -45737,7 +45907,7 @@ entities: pos: 23.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10084 components: @@ -45745,7 +45915,7 @@ entities: pos: 24.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10085 components: @@ -45753,14 +45923,14 @@ entities: pos: 25.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10088 components: - pos: 26.5,-41.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10089 components: @@ -45768,7 +45938,7 @@ entities: pos: 27.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10090 components: @@ -45776,7 +45946,7 @@ entities: pos: 28.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10092 components: @@ -45784,7 +45954,7 @@ entities: pos: 30.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10093 components: @@ -45792,28 +45962,28 @@ entities: pos: 31.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10095 components: - pos: 29.5,-41.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10096 components: - pos: 29.5,-42.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10097 components: - pos: 29.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10151 components: @@ -45821,7 +45991,7 @@ entities: pos: 36.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10152 components: @@ -45829,7 +45999,7 @@ entities: pos: 35.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10153 components: @@ -45837,7 +46007,7 @@ entities: pos: 34.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10154 components: @@ -45845,7 +46015,7 @@ entities: pos: 33.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10155 components: @@ -45853,7 +46023,7 @@ entities: pos: 38.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10156 components: @@ -45861,7 +46031,7 @@ entities: pos: 37.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10157 components: @@ -45869,7 +46039,7 @@ entities: pos: 37.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10161 components: @@ -45877,7 +46047,7 @@ entities: pos: 36.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10162 components: @@ -45885,7 +46055,7 @@ entities: pos: 34.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10163 components: @@ -45893,7 +46063,7 @@ entities: pos: 35.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10164 components: @@ -45901,84 +46071,84 @@ entities: pos: 33.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10168 components: - pos: 31.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10169 components: - pos: 31.5,-34.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10170 components: - pos: 31.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10171 components: - pos: 31.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10172 components: - pos: 31.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10173 components: - pos: 31.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10174 components: - pos: 31.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10175 components: - pos: 31.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10176 components: - pos: 31.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10177 components: - pos: 31.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10178 components: - pos: 31.5,-24.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10180 components: @@ -45986,7 +46156,7 @@ entities: pos: 32.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10181 components: @@ -45994,7 +46164,7 @@ entities: pos: 30.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10182 components: @@ -46002,7 +46172,7 @@ entities: pos: 29.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10183 components: @@ -46010,7 +46180,7 @@ entities: pos: 28.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10186 components: @@ -46018,7 +46188,7 @@ entities: pos: 23.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10187 components: @@ -46026,7 +46196,7 @@ entities: pos: 24.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10188 components: @@ -46034,7 +46204,7 @@ entities: pos: 25.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10189 components: @@ -46042,7 +46212,7 @@ entities: pos: 26.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10190 components: @@ -46050,7 +46220,7 @@ entities: pos: 27.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10191 components: @@ -46058,7 +46228,7 @@ entities: pos: 28.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10192 components: @@ -46066,7 +46236,7 @@ entities: pos: 29.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10193 components: @@ -46074,7 +46244,7 @@ entities: pos: 30.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10194 components: @@ -46082,7 +46252,7 @@ entities: pos: 31.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10195 components: @@ -46090,70 +46260,70 @@ entities: pos: 32.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10197 components: - pos: 33.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10198 components: - pos: 33.5,-15.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10199 components: - pos: 33.5,-16.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10200 components: - pos: 33.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10201 components: - pos: 33.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10202 components: - pos: 33.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10203 components: - pos: 33.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10204 components: - pos: 33.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10205 components: - pos: 33.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10208 components: @@ -46161,7 +46331,7 @@ entities: pos: 32.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10209 components: @@ -46169,7 +46339,7 @@ entities: pos: 30.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10210 components: @@ -46177,7 +46347,7 @@ entities: pos: 29.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10211 components: @@ -46185,7 +46355,7 @@ entities: pos: 27.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10212 components: @@ -46193,7 +46363,7 @@ entities: pos: 26.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10213 components: @@ -46201,7 +46371,7 @@ entities: pos: 25.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10214 components: @@ -46209,7 +46379,7 @@ entities: pos: 24.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10215 components: @@ -46217,7 +46387,7 @@ entities: pos: 23.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10216 components: @@ -46225,14 +46395,7 @@ entities: pos: 22.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10219 - components: - - pos: 32.5,-13.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10258 components: @@ -46240,7 +46403,7 @@ entities: pos: -46.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10260 components: @@ -46256,7 +46419,7 @@ entities: pos: 7.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10313 components: @@ -46264,7 +46427,7 @@ entities: pos: -47.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10314 components: @@ -46272,7 +46435,7 @@ entities: pos: -49.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10327 components: @@ -46280,7 +46443,7 @@ entities: pos: 9.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10328 components: @@ -46288,7 +46451,7 @@ entities: pos: 6.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10329 components: @@ -46296,7 +46459,7 @@ entities: pos: 7.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10330 components: @@ -46304,7 +46467,7 @@ entities: pos: 8.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10331 components: @@ -46312,7 +46475,7 @@ entities: pos: 9.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10332 components: @@ -46320,7 +46483,7 @@ entities: pos: 10.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10389 components: @@ -46328,7 +46491,7 @@ entities: pos: -50.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10465 components: @@ -46336,7 +46499,7 @@ entities: pos: -4.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10575 components: @@ -46351,7 +46514,7 @@ entities: - pos: -38.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10626 components: @@ -46359,7 +46522,7 @@ entities: pos: 33.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10841 components: @@ -46367,7 +46530,7 @@ entities: pos: -47.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10842 components: @@ -46391,7 +46554,7 @@ entities: pos: -42.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10854 components: @@ -46399,7 +46562,7 @@ entities: pos: -39.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10901 components: @@ -46407,7 +46570,7 @@ entities: pos: 12.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10902 components: @@ -46415,14 +46578,14 @@ entities: pos: 11.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10904 components: - pos: 22.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10905 components: @@ -46430,7 +46593,7 @@ entities: pos: 23.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11100 components: @@ -46453,7 +46616,7 @@ entities: pos: -1.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11406 components: @@ -46517,7 +46680,7 @@ entities: pos: -38.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11531 components: @@ -46570,20 +46733,13 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 11684 - components: - - pos: -15.5,-35.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - uid: 11716 components: - rot: 1.5707963267948966 rad pos: 12.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11766 components: @@ -46591,7 +46747,7 @@ entities: pos: 14.5,15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11767 components: @@ -46599,7 +46755,7 @@ entities: pos: 13.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11783 components: @@ -46607,7 +46763,7 @@ entities: pos: 9.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11784 components: @@ -46615,7 +46771,7 @@ entities: pos: 11.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11819 components: @@ -46631,7 +46787,7 @@ entities: pos: 4.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11829 components: @@ -46641,13 +46797,37 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor + - uid: 11841 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-9.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11843 + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11848 + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11858 components: - rot: 1.5707963267948966 rad pos: 2.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11859 components: @@ -46655,20 +46835,22 @@ entities: pos: 3.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11860 components: - pos: -2.5,12.5 parent: 34 type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11861 components: - rot: -1.5707963267948966 rad pos: -39.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11862 components: @@ -46676,7 +46858,7 @@ entities: pos: 7.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11863 components: @@ -46684,7 +46866,7 @@ entities: pos: 6.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11864 components: @@ -46692,7 +46874,7 @@ entities: pos: 5.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11865 components: @@ -46700,7 +46882,7 @@ entities: pos: 4.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11866 components: @@ -46708,7 +46890,7 @@ entities: pos: 1.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11867 components: @@ -46716,7 +46898,7 @@ entities: pos: -0.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11868 components: @@ -46724,7 +46906,7 @@ entities: pos: 0.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11870 components: @@ -46732,7 +46914,7 @@ entities: pos: 3.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11871 components: @@ -46740,7 +46922,7 @@ entities: pos: 2.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11872 components: @@ -46756,7 +46938,7 @@ entities: pos: 11.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11874 components: @@ -46764,7 +46946,7 @@ entities: pos: 10.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11875 components: @@ -46772,7 +46954,7 @@ entities: pos: 7.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11881 components: @@ -46780,7 +46962,7 @@ entities: pos: 6.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11888 components: @@ -46788,7 +46970,7 @@ entities: pos: 5.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11897 components: @@ -46797,62 +46979,70 @@ entities: type: Transform - color: '#03FCD3FF' type: AtmosPipeColor + - uid: 11898 + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-13.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11913 components: - rot: 1.5707963267948966 rad pos: 10.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11987 components: - pos: -2.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11988 components: - pos: -2.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11989 components: - pos: -2.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11990 components: - pos: -2.5,-0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11991 components: - pos: -1.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11992 components: - pos: -1.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11993 components: - pos: -1.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12062 components: @@ -46860,7 +47050,7 @@ entities: pos: -33.5,-49.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12063 components: @@ -46868,7 +47058,7 @@ entities: pos: -34.5,-49.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12064 components: @@ -46876,7 +47066,7 @@ entities: pos: -35.5,-49.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12065 components: @@ -46884,7 +47074,7 @@ entities: pos: -32.5,-43.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12066 components: @@ -46892,7 +47082,7 @@ entities: pos: -32.5,-44.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12067 components: @@ -46900,7 +47090,7 @@ entities: pos: -32.5,-45.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12068 components: @@ -46908,7 +47098,7 @@ entities: pos: -32.5,-46.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12069 components: @@ -46916,7 +47106,7 @@ entities: pos: -32.5,-47.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12070 components: @@ -46924,7 +47114,7 @@ entities: pos: -32.5,-48.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12071 components: @@ -46932,7 +47122,7 @@ entities: pos: -33.5,-42.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12137 components: @@ -46940,7 +47130,7 @@ entities: pos: -28.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12139 components: @@ -46948,7 +47138,7 @@ entities: pos: -27.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12181 components: @@ -46964,7 +47154,7 @@ entities: pos: -53.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12201 components: @@ -46972,7 +47162,7 @@ entities: pos: -55.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12202 components: @@ -46996,7 +47186,7 @@ entities: pos: -53.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12207 components: @@ -47004,21 +47194,21 @@ entities: pos: -54.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12210 components: - pos: -49.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12211 components: - pos: -49.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12222 components: @@ -47026,7 +47216,7 @@ entities: pos: -25.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12223 components: @@ -47034,14 +47224,14 @@ entities: pos: -25.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12225 components: - pos: -29.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12283 components: @@ -47107,18 +47297,10 @@ entities: type: Transform - color: '#FF1212FF' type: AtmosPipeColor - - uid: 12359 - components: - - rot: 1.5707963267948966 rad - pos: -14.5,-38.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 12360 + - uid: 12386 components: - rot: 1.5707963267948966 rad - pos: -19.5,-38.5 + pos: 46.5,-6.5 parent: 34 type: Transform - color: '#0335FCFF' @@ -47235,6 +47417,14 @@ entities: type: Transform - color: '#03FCD3FF' type: AtmosPipeColor + - uid: 12708 + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12858 components: - rot: -1.5707963267948966 rad @@ -47256,14 +47446,14 @@ entities: - pos: 8.5,12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12862 components: - pos: 8.5,11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12864 components: @@ -47271,7 +47461,7 @@ entities: pos: 7.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12865 components: @@ -47279,7 +47469,7 @@ entities: pos: 6.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12866 components: @@ -47287,7 +47477,7 @@ entities: pos: 5.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12867 components: @@ -47295,7 +47485,7 @@ entities: pos: 4.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12868 components: @@ -47303,7 +47493,7 @@ entities: pos: 3.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12869 components: @@ -47311,7 +47501,7 @@ entities: pos: 2.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12870 components: @@ -47319,7 +47509,7 @@ entities: pos: 1.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12871 components: @@ -47327,7 +47517,7 @@ entities: pos: -0.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12872 components: @@ -47335,7 +47525,7 @@ entities: pos: 0.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12873 components: @@ -47343,7 +47533,7 @@ entities: pos: -1.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12874 components: @@ -47351,7 +47541,7 @@ entities: pos: -3.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12875 components: @@ -47359,7 +47549,7 @@ entities: pos: -2.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12876 components: @@ -47367,14 +47557,14 @@ entities: pos: -4.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12878 components: - pos: -5.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12881 components: @@ -47397,22 +47587,114 @@ entities: - pos: -13.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor -- proto: GasPipeTJunction - entities: - - uid: 106 + - uid: 12930 + components: + - pos: 41.5,2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12936 + components: + - pos: 41.5,1.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12939 + components: + - pos: 41.5,0.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12940 + components: + - pos: 41.5,-0.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12941 + components: + - pos: 41.5,-1.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12943 components: - rot: -1.5707963267948966 rad - pos: -41.5,-38.5 + pos: 41.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 693 + - uid: 12944 components: - rot: -1.5707963267948966 rad - pos: -10.5,-33.5 + pos: 40.5,3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12949 + components: + - pos: 39.5,2.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12950 + components: + - pos: -12.5,-34.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12953 + components: + - pos: -12.5,-35.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12954 + components: + - pos: -12.5,-36.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12963 + components: + - pos: -12.5,-37.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12964 + components: + - pos: -12.5,-38.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12965 + components: + - pos: -12.5,-39.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor +- proto: GasPipeTJunction + entities: + - uid: 106 + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-38.5 parent: 34 type: Transform - color: '#FF0000FF' @@ -47423,7 +47705,7 @@ entities: pos: -10.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 808 components: @@ -47431,7 +47713,7 @@ entities: pos: -10.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 823 components: @@ -47444,7 +47726,15 @@ entities: - pos: 5.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 979 + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-6.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - uid: 1192 components: @@ -47497,7 +47787,7 @@ entities: - pos: -45.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2337 components: @@ -47505,7 +47795,7 @@ entities: pos: -37.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2344 components: @@ -47513,7 +47803,7 @@ entities: pos: -38.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2372 components: @@ -47521,7 +47811,7 @@ entities: pos: -37.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2375 components: @@ -47529,7 +47819,7 @@ entities: pos: -39.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2413 components: @@ -47566,7 +47856,7 @@ entities: pos: -5.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2967 components: @@ -47574,7 +47864,7 @@ entities: pos: -4.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2971 components: @@ -47582,7 +47872,7 @@ entities: pos: 3.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2972 components: @@ -47590,7 +47880,7 @@ entities: pos: -5.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 2973 components: @@ -47598,7 +47888,7 @@ entities: pos: -4.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3251 components: @@ -47621,7 +47911,7 @@ entities: pos: 10.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3783 components: @@ -47629,7 +47919,7 @@ entities: pos: -33.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 4015 components: @@ -47638,60 +47928,59 @@ entities: type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 5803 + - uid: 4567 components: - - rot: 3.141592653589793 rad - pos: -38.5,3.5 + - pos: -11.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 5845 + - uid: 4785 components: - - rot: 1.5707963267948966 rad - pos: -40.5,3.5 + - pos: -13.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 5849 + - uid: 4793 components: - - rot: 1.5707963267948966 rad - pos: -41.5,1.5 + - rot: 3.141592653589793 rad + pos: -17.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 5994 + - uid: 5803 components: - - rot: -1.5707963267948966 rad - pos: -54.5,-21.5 + - rot: 3.141592653589793 rad + pos: -38.5,3.5 parent: 34 type: Transform - - color: '#03FCD3FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 6009 + - uid: 5845 components: - - rot: 3.141592653589793 rad - pos: -18.5,-38.5 + - rot: 1.5707963267948966 rad + pos: -40.5,3.5 parent: 34 type: Transform - color: '#0335FCFF' type: AtmosPipeColor - - uid: 6020 + - uid: 5849 components: - - pos: -15.5,-34.5 + - rot: 1.5707963267948966 rad + pos: -41.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 6024 + - uid: 5994 components: - - rot: 3.141592653589793 rad - pos: -15.5,-38.5 + - rot: -1.5707963267948966 rad + pos: -54.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#03FCD3FF' type: AtmosPipeColor - uid: 6398 components: @@ -47710,23 +47999,23 @@ entities: pos: 33.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 6878 + - uid: 6701 components: - rot: -1.5707963267948966 rad - pos: 3.5,-41.5 + pos: 44.5,-7.5 parent: 34 type: Transform - - color: '#FF1212FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 7424 + - uid: 6878 components: - - rot: 1.5707963267948966 rad - pos: -18.5,-33.5 + - rot: -1.5707963267948966 rad + pos: 3.5,-41.5 parent: 34 type: Transform - - color: '#0335FCFF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7579 components: @@ -47742,14 +48031,14 @@ entities: pos: -1.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7735 components: - pos: -13.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7767 components: @@ -47764,7 +48053,7 @@ entities: pos: -48.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8005 components: @@ -47776,8 +48065,37 @@ entities: type: AtmosPipeColor - uid: 8008 components: - - rot: -1.5707963267948966 rad - pos: 4.5,-39.5 + - rot: -1.5707963267948966 rad + pos: 4.5,-39.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 8158 + components: + - rot: 3.141592653589793 rad + pos: -10.5,-34.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 8159 + components: + - pos: 38.5,-2.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 8160 + components: + - pos: 39.5,-3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 8161 + components: + - pos: -12.5,-33.5 parent: 34 type: Transform - color: '#0335FCFF' @@ -47787,7 +48105,7 @@ entities: - pos: -44.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8327 components: @@ -47795,7 +48113,7 @@ entities: pos: -29.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8365 components: @@ -47803,7 +48121,7 @@ entities: pos: -38.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8368 components: @@ -47818,7 +48136,7 @@ entities: - pos: -32.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8388 components: @@ -47826,7 +48144,7 @@ entities: pos: -30.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8396 components: @@ -47834,7 +48152,7 @@ entities: pos: -34.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8403 components: @@ -47842,7 +48160,7 @@ entities: pos: -38.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8405 components: @@ -47850,7 +48168,7 @@ entities: pos: -44.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8421 components: @@ -47858,7 +48176,7 @@ entities: pos: -25.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8439 components: @@ -47866,14 +48184,14 @@ entities: pos: -25.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8441 components: - pos: -25.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8450 components: @@ -47881,7 +48199,7 @@ entities: pos: -16.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8454 components: @@ -47889,14 +48207,14 @@ entities: pos: -12.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8455 components: - pos: -11.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8461 components: @@ -47904,7 +48222,7 @@ entities: pos: -11.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8470 components: @@ -47920,13 +48238,15 @@ entities: pos: 14.5,14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8498 components: - pos: 1.5,-41.5 parent: 34 type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8499 components: - pos: 4.5,-37.5 @@ -47940,14 +48260,14 @@ entities: pos: -5.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8596 components: - pos: -12.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8597 components: @@ -47955,14 +48275,14 @@ entities: pos: -10.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8605 components: - pos: -5.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8612 components: @@ -47970,7 +48290,7 @@ entities: pos: -5.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8617 components: @@ -47978,7 +48298,7 @@ entities: pos: -5.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8636 components: @@ -47986,7 +48306,7 @@ entities: pos: 2.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8637 components: @@ -47994,14 +48314,14 @@ entities: pos: 2.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8638 components: - pos: 2.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8662 components: @@ -48009,7 +48329,7 @@ entities: pos: -3.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8664 components: @@ -48017,14 +48337,14 @@ entities: pos: -3.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8673 components: - pos: -3.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8674 components: @@ -48032,7 +48352,7 @@ entities: pos: -7.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8687 components: @@ -48040,7 +48360,7 @@ entities: pos: -14.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8688 components: @@ -48048,14 +48368,14 @@ entities: pos: -24.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8689 components: - pos: -23.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8690 components: @@ -48063,7 +48383,7 @@ entities: pos: -27.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8721 components: @@ -48071,7 +48391,7 @@ entities: pos: -18.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8723 components: @@ -48079,7 +48399,7 @@ entities: pos: -0.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8727 components: @@ -48087,7 +48407,7 @@ entities: pos: -2.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8752 components: @@ -48095,7 +48415,7 @@ entities: pos: 9.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8753 components: @@ -48103,7 +48423,7 @@ entities: pos: 9.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8754 components: @@ -48119,7 +48439,7 @@ entities: pos: 14.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8760 components: @@ -48127,7 +48447,7 @@ entities: pos: 14.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8761 components: @@ -48135,7 +48455,7 @@ entities: pos: 14.5,8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8764 components: @@ -48143,7 +48463,7 @@ entities: pos: 14.5,11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8787 components: @@ -48151,7 +48471,7 @@ entities: pos: 14.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8789 components: @@ -48159,7 +48479,7 @@ entities: pos: 14.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8806 components: @@ -48167,7 +48487,7 @@ entities: pos: 14.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8810 components: @@ -48175,14 +48495,14 @@ entities: pos: 14.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8815 components: - pos: 20.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8819 components: @@ -48190,7 +48510,7 @@ entities: pos: 20.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8825 components: @@ -48198,7 +48518,7 @@ entities: pos: 20.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8832 components: @@ -48206,7 +48526,7 @@ entities: pos: 23.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8833 components: @@ -48214,7 +48534,7 @@ entities: pos: 23.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8835 components: @@ -48222,7 +48542,7 @@ entities: pos: 23.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8836 components: @@ -48230,14 +48550,7 @@ entities: pos: 27.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8837 - components: - - pos: 28.5,-14.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8848 components: @@ -48245,7 +48558,7 @@ entities: pos: 23.5,-12.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8849 components: @@ -48253,7 +48566,7 @@ entities: pos: 23.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8858 components: @@ -48261,14 +48574,14 @@ entities: pos: 23.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8860 components: - pos: 29.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8864 components: @@ -48276,7 +48589,7 @@ entities: pos: 27.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8881 components: @@ -48284,21 +48597,7 @@ entities: pos: 27.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8891 - components: - - pos: 35.5,-3.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8895 - components: - - pos: 41.5,-3.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8908 components: @@ -48306,55 +48605,23 @@ entities: pos: 42.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8909 - components: - - rot: 1.5707963267948966 rad - pos: 41.5,-6.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8910 - components: - - rot: -1.5707963267948966 rad - pos: 41.5,-7.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8911 components: - rot: 1.5707963267948966 rad - pos: 41.5,-9.5 + pos: 27.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8912 - components: - - rot: 1.5707963267948966 rad - pos: 41.5,-12.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8913 - components: - - rot: -1.5707963267948966 rad - pos: 41.5,-10.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 8914 + - uid: 8937 components: - rot: 3.141592653589793 rad - pos: 41.5,-13.5 + pos: 41.5,-2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8944 components: @@ -48362,7 +48629,7 @@ entities: pos: -5.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8962 components: @@ -48370,7 +48637,7 @@ entities: pos: -5.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8992 components: @@ -48378,7 +48645,7 @@ entities: pos: 5.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8995 components: @@ -48386,7 +48653,7 @@ entities: pos: -1.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8996 components: @@ -48394,7 +48661,7 @@ entities: pos: -0.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9041 components: @@ -48402,14 +48669,14 @@ entities: pos: 0.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9042 components: - pos: 3.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9043 components: @@ -48417,7 +48684,7 @@ entities: pos: 3.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9064 components: @@ -48425,14 +48692,14 @@ entities: pos: 14.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9072 components: - pos: 13.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9073 components: @@ -48440,23 +48707,7 @@ entities: pos: 13.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9103 - components: - - rot: -1.5707963267948966 rad - pos: 32.5,-14.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 9111 - components: - - rot: -1.5707963267948966 rad - pos: 32.5,-22.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9113 components: @@ -48464,7 +48715,7 @@ entities: pos: 32.5,-24.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9130 components: @@ -48472,14 +48723,14 @@ entities: pos: 32.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9136 components: - pos: 36.5,-32.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9148 components: @@ -48487,7 +48738,7 @@ entities: pos: 36.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9153 components: @@ -48495,7 +48746,7 @@ entities: pos: 22.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9163 components: @@ -48503,7 +48754,7 @@ entities: pos: 22.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9168 components: @@ -48511,7 +48762,7 @@ entities: pos: 20.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9176 components: @@ -48519,7 +48770,7 @@ entities: pos: -26.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9181 components: @@ -48527,14 +48778,14 @@ entities: pos: -26.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9187 components: - pos: -30.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9192 components: @@ -48542,7 +48793,7 @@ entities: pos: -33.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9217 components: @@ -48550,7 +48801,7 @@ entities: pos: -37.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9220 components: @@ -48558,28 +48809,28 @@ entities: pos: -37.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9228 components: - pos: -34.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9251 components: - pos: -48.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9252 components: - pos: -43.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9253 components: @@ -48587,14 +48838,14 @@ entities: pos: -47.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9254 components: - pos: -47.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9261 components: @@ -48602,28 +48853,28 @@ entities: pos: -48.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9278 components: - pos: -53.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9290 components: - pos: -48.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9304 components: - pos: -29.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9305 components: @@ -48631,21 +48882,21 @@ entities: pos: -30.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9322 components: - pos: 24.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9329 components: - pos: 30.5,-39.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9360 components: @@ -48653,14 +48904,14 @@ entities: pos: -35.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9371 components: - pos: -40.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9379 components: @@ -48668,7 +48919,7 @@ entities: pos: -43.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9382 components: @@ -48676,14 +48927,14 @@ entities: pos: -32.5,-42.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9397 components: - pos: -34.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9415 components: @@ -48691,7 +48942,7 @@ entities: pos: -30.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9430 components: @@ -48706,7 +48957,7 @@ entities: pos: -40.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9440 components: @@ -48714,14 +48965,14 @@ entities: pos: -27.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9451 components: - pos: -23.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9457 components: @@ -48729,21 +48980,21 @@ entities: pos: -22.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9461 components: - pos: -18.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9462 components: - pos: -17.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9471 components: @@ -48751,7 +49002,7 @@ entities: pos: -19.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9478 components: @@ -48759,14 +49010,14 @@ entities: pos: -13.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9481 components: - pos: -10.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9485 components: @@ -48774,14 +49025,14 @@ entities: pos: -10.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9506 components: - pos: -13.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9509 components: @@ -48789,7 +49040,7 @@ entities: pos: -15.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9515 components: @@ -48797,7 +49048,7 @@ entities: pos: -9.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9523 components: @@ -48805,7 +49056,7 @@ entities: pos: -4.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9524 components: @@ -48813,7 +49064,7 @@ entities: pos: -4.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9532 components: @@ -48821,7 +49072,7 @@ entities: pos: -4.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9544 components: @@ -48829,7 +49080,7 @@ entities: pos: 0.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9548 components: @@ -48837,7 +49088,7 @@ entities: pos: 5.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9557 components: @@ -48845,7 +49096,7 @@ entities: pos: -4.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9563 components: @@ -48853,7 +49104,7 @@ entities: pos: -4.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9570 components: @@ -48861,7 +49112,7 @@ entities: pos: -4.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9573 components: @@ -48869,7 +49120,7 @@ entities: pos: -4.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9586 components: @@ -48877,7 +49128,7 @@ entities: pos: 6.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9612 components: @@ -48885,7 +49136,7 @@ entities: pos: 5.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9616 components: @@ -48893,7 +49144,7 @@ entities: pos: 5.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9626 components: @@ -48901,7 +49152,7 @@ entities: pos: 5.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9634 components: @@ -48909,7 +49160,7 @@ entities: pos: 3.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9635 components: @@ -48917,7 +49168,7 @@ entities: pos: 3.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9636 components: @@ -48925,7 +49176,7 @@ entities: pos: 4.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9657 components: @@ -48933,28 +49184,28 @@ entities: pos: -4.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9658 components: - pos: -7.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9685 components: - pos: 0.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9695 components: - pos: -4.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9696 components: @@ -48962,7 +49213,7 @@ entities: pos: 3.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9709 components: @@ -48970,7 +49221,14 @@ entities: pos: -8.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 9711 + components: + - pos: 42.5,3.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9748 components: @@ -48978,7 +49236,7 @@ entities: pos: -17.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9749 components: @@ -48986,7 +49244,7 @@ entities: pos: -23.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9761 components: @@ -49001,14 +49259,14 @@ entities: pos: -36.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9786 components: - pos: -38.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9797 components: @@ -49016,7 +49274,7 @@ entities: pos: -38.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9798 components: @@ -49024,14 +49282,14 @@ entities: pos: -38.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9801 components: - pos: -46.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9802 components: @@ -49039,7 +49297,7 @@ entities: pos: -44.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9803 components: @@ -49047,14 +49305,14 @@ entities: pos: -48.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9804 components: - pos: -49.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9826 components: @@ -49062,7 +49320,7 @@ entities: pos: -38.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9859 components: @@ -49070,7 +49328,7 @@ entities: pos: -38.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9876 components: @@ -49078,7 +49336,7 @@ entities: pos: 13.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9880 components: @@ -49086,7 +49344,7 @@ entities: pos: 13.5,5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9883 components: @@ -49094,7 +49352,7 @@ entities: pos: 13.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9893 components: @@ -49102,7 +49360,7 @@ entities: pos: 13.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9897 components: @@ -49110,7 +49368,7 @@ entities: pos: 13.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9910 components: @@ -49118,7 +49376,7 @@ entities: pos: 13.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9923 components: @@ -49126,7 +49384,7 @@ entities: pos: 13.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9926 components: @@ -49134,14 +49392,14 @@ entities: pos: 13.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9934 components: - pos: 17.5,-13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9935 components: @@ -49149,7 +49407,7 @@ entities: pos: 17.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9939 components: @@ -49157,7 +49415,7 @@ entities: pos: 17.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9948 components: @@ -49165,14 +49423,14 @@ entities: pos: 22.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9959 components: - pos: 26.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9960 components: @@ -49180,7 +49438,7 @@ entities: pos: 22.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9978 components: @@ -49188,7 +49446,7 @@ entities: pos: 22.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9979 components: @@ -49196,22 +49454,14 @@ entities: pos: 22.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9986 components: - pos: 33.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 9987 - components: - - rot: 3.141592653589793 rad - pos: 38.5,-2.5 - parent: 34 - type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10001 components: @@ -49219,30 +49469,15 @@ entities: pos: 29.5,-2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 10009 + - uid: 10016 components: - rot: 1.5707963267948966 rad - pos: 38.5,1.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10012 - components: - - pos: 40.5,-2.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10013 - components: - - rot: 3.141592653589793 rad - pos: 41.5,-2.5 + pos: 44.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10032 components: @@ -49250,7 +49485,7 @@ entities: pos: 13.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10044 components: @@ -49258,7 +49493,7 @@ entities: pos: 11.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10045 components: @@ -49266,14 +49501,14 @@ entities: pos: 13.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10046 components: - pos: 17.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10052 components: @@ -49281,21 +49516,21 @@ entities: pos: 17.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10057 components: - pos: 21.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10071 components: - pos: 20.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10074 components: @@ -49303,21 +49538,21 @@ entities: pos: 21.5,-37.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10087 components: - pos: 26.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10091 components: - pos: 29.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10148 components: @@ -49325,7 +49560,7 @@ entities: pos: 32.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10149 components: @@ -49333,14 +49568,14 @@ entities: pos: 37.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10158 components: - pos: 37.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10166 components: @@ -49348,14 +49583,14 @@ entities: pos: 32.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10207 components: - pos: 31.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10217 components: @@ -49363,7 +49598,7 @@ entities: pos: 28.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10249 components: @@ -49371,7 +49606,7 @@ entities: pos: -33.5,-45.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10382 components: @@ -49386,7 +49621,7 @@ entities: - pos: 8.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10941 components: @@ -49394,7 +49629,7 @@ entities: pos: -38.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11895 components: @@ -49402,7 +49637,7 @@ entities: pos: 9.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12013 components: @@ -49410,21 +49645,21 @@ entities: pos: -16.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12014 components: - pos: -26.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12017 components: - pos: -29.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12209 components: @@ -49432,7 +49667,15 @@ entities: pos: -46.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12261 + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-10.5 + parent: 34 + type: Transform + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12420 components: @@ -49490,22 +49733,30 @@ entities: pos: -30.5,-4.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1542 components: - pos: -47.5,-40.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1545 components: - pos: -48.5,-40.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1779 components: - rot: -1.5707963267948966 rad pos: -37.5,-32.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 1780 @@ -49514,6 +49765,8 @@ entities: pos: -37.5,-31.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 2161 @@ -49522,7 +49775,9 @@ entities: pos: 24.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 3415 components: @@ -49530,13 +49785,17 @@ entities: pos: -1.5,-42.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3811 components: - rot: 1.5707963267948966 rad pos: 10.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11487 components: @@ -49544,16 +49803,22 @@ entities: pos: -57.5,-35.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 11890 components: - pos: -56.5,-34.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12501 components: - pos: -55.5,-25.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 12609 @@ -49562,6 +49827,8 @@ entities: pos: -53.5,-33.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - proto: GasPressurePump @@ -49572,7 +49839,9 @@ entities: pos: -39.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 125 components: @@ -49580,7 +49849,9 @@ entities: pos: -39.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 931 components: @@ -49588,7 +49859,9 @@ entities: pos: -29.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 932 components: @@ -49598,6 +49871,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1266 components: - rot: 1.5707963267948966 rad @@ -49606,6 +49881,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1424 components: - rot: -1.5707963267948966 rad @@ -49614,6 +49891,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1425 components: - name: plasma pump @@ -49624,6 +49903,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1426 components: - name: oxygen pump @@ -49634,6 +49915,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - color: '#00FFFFFF' type: AtmosPipeColor - uid: 1427 @@ -49646,6 +49929,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - color: '#FF00FFFF' type: AtmosPipeColor - uid: 1535 @@ -49656,6 +49941,8 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1537 components: - pos: -49.5,-43.5 @@ -49663,23 +49950,31 @@ entities: type: Transform - targetPressure: 4500 type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 7847 components: - rot: 3.141592653589793 rad pos: -1.5,-41.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 11916 components: - rot: 3.141592653589793 rad pos: -46.5,-37.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12497 components: - pos: -55.5,-26.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 12606 @@ -49688,6 +49983,8 @@ entities: pos: -53.5,-32.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - proto: GasRecycler @@ -49697,6 +49994,8 @@ entities: - pos: -45.5,-35.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#3AB334FF' type: AtmosPipeColor - proto: GasThermoMachineFreezer @@ -49708,16 +50007,22 @@ entities: type: Transform - targetTemperature: 0 type: GasThermoMachine + - joinedGrid: 34 + type: AtmosDevice - uid: 1544 components: - pos: -50.5,-40.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 4105 components: - pos: -1.5,-39.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 6377 components: - rot: 1.5707963267948966 rad @@ -49726,6 +50031,8 @@ entities: type: Transform - color: '#03FCD3FF' type: AtmosPipeColor + - joinedGrid: 34 + type: AtmosDevice - proto: GasThermoMachineHeater entities: - uid: 11463 @@ -49736,6 +50043,8 @@ entities: type: Transform - color: '#3AB334FF' type: AtmosPipeColor + - joinedGrid: 34 + type: AtmosDevice - proto: GasValve entities: - uid: 930 @@ -49749,6 +50058,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#FFFF00FF' type: AtmosPipeColor - uid: 1447 @@ -49759,6 +50070,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - uid: 7997 components: - rot: 3.141592653589793 rad @@ -49767,6 +50080,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - uid: 12518 components: - rot: 3.141592653589793 rad @@ -49775,6 +50090,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#FF0000FF' type: AtmosPipeColor - uid: 12562 @@ -49785,6 +50102,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 12572 @@ -49795,6 +50114,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 12674 @@ -49804,6 +50125,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#FF0000FF' type: AtmosPipeColor - uid: 12675 @@ -49813,6 +50136,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#FF0000FF' type: AtmosPipeColor - uid: 12676 @@ -49822,6 +50147,8 @@ entities: type: Transform - open: False type: GasValve + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - proto: GasVentPump @@ -49831,7 +50158,9 @@ entities: - pos: 14.5,16.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 352 components: @@ -49839,12 +50168,16 @@ entities: pos: -12.5,-5.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 771 components: - pos: -14.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 803 components: @@ -49852,7 +50185,48 @@ entities: pos: -16.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 2964 + components: + - rot: 1.5707963267948966 rad + pos: 40.5,-10.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 2965 + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-9.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 2986 + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-12.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 3227 components: @@ -49860,18 +50234,49 @@ entities: pos: 38.5,-32.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3285 components: - pos: 31.5,-2.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - - uid: 3287 + - uid: 4677 components: - - pos: 32.5,-11.5 + - rot: 1.5707963267948966 rad + pos: 43.5,-12.5 parent: 34 type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4769 + components: + - pos: -17.5,-32.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 4783 + components: + - rot: 3.141592653589793 rad + pos: -18.5,-38.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 5137 @@ -49880,17 +50285,53 @@ entities: pos: 0.5,-48.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10581 + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 6009 + components: + - pos: 27.5,-10.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 6020 + components: + - rot: 3.141592653589793 rad + pos: 47.5,-4.5 + parent: 34 + type: Transform + - deviceLists: + - 12258 type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - - uid: 6021 + - uid: 6226 components: - - rot: -1.5707963267948966 rad - pos: -17.5,-38.5 + - rot: 1.5707963267948966 rad + pos: 40.5,-13.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7087 + components: + - rot: 3.141592653589793 rad + pos: 39.5,-4.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 7094 @@ -49898,7 +50339,9 @@ entities: - pos: -38.5,4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 7843 components: @@ -49906,10 +50349,8 @@ entities: pos: 1.5,-39.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 5426 - - 10334 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 8360 @@ -49918,7 +50359,9 @@ entities: pos: -29.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8362 components: @@ -49926,7 +50369,9 @@ entities: pos: -28.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8363 components: @@ -49934,14 +50379,18 @@ entities: pos: -24.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8364 components: - pos: -38.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8404 components: @@ -49949,7 +50398,9 @@ entities: pos: -45.5,-29.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8409 components: @@ -49957,7 +50408,9 @@ entities: pos: -44.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8440 components: @@ -49965,14 +50418,18 @@ entities: pos: -26.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8458 components: - pos: -16.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8463 components: @@ -49980,7 +50437,19 @@ entities: pos: -13.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 8579 + components: + - rot: 3.141592653589793 rad + pos: 39.5,1.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8610 components: @@ -49988,7 +50457,9 @@ entities: pos: -9.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8626 components: @@ -49996,7 +50467,9 @@ entities: pos: -3.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8634 components: @@ -50004,7 +50477,9 @@ entities: pos: 3.5,-9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8642 components: @@ -50012,7 +50487,9 @@ entities: pos: 1.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8643 components: @@ -50020,14 +50497,18 @@ entities: pos: 8.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8661 components: - pos: 9.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8663 components: @@ -50035,7 +50516,9 @@ entities: pos: -5.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8684 components: @@ -50043,33 +50526,43 @@ entities: pos: -6.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8697 components: - pos: -14.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8698 components: - pos: -24.5,2.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 8699 components: - pos: -29.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8700 components: - pos: -18.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8701 components: @@ -50077,14 +50570,18 @@ entities: pos: -23.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8722 components: - pos: -0.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8741 components: @@ -50092,21 +50589,27 @@ entities: pos: 10.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8751 components: - pos: 9.5,10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8776 components: - pos: 17.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8779 components: @@ -50114,14 +50617,18 @@ entities: pos: 17.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8780 components: - pos: 17.5,9.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8796 components: @@ -50129,7 +50636,9 @@ entities: pos: 12.5,11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8801 components: @@ -50137,7 +50646,9 @@ entities: pos: 17.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8804 components: @@ -50145,7 +50656,9 @@ entities: pos: -0.5,-15.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8805 components: @@ -50153,7 +50666,9 @@ entities: pos: 11.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8824 components: @@ -50161,7 +50676,9 @@ entities: pos: 20.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8827 components: @@ -50169,7 +50686,9 @@ entities: pos: 19.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8830 components: @@ -50177,7 +50696,9 @@ entities: pos: 23.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8831 components: @@ -50185,7 +50706,9 @@ entities: pos: 22.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8843 components: @@ -50193,14 +50716,9 @@ entities: pos: 28.5,-16.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8846 - components: - - pos: 27.5,-11.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8850 components: @@ -50208,7 +50726,9 @@ entities: pos: 24.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8868 components: @@ -50216,14 +50736,18 @@ entities: pos: 29.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8872 components: - pos: 23.5,1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8879 components: @@ -50231,101 +50755,19 @@ entities: pos: 28.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8880 components: - - rot: -1.5707963267948966 rad - pos: 28.5,0.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8892 - components: - - rot: 3.141592653589793 rad - pos: 35.5,-4.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8894 - components: - - rot: 3.141592653589793 rad - pos: 39.5,-4.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8903 - components: - - pos: 42.5,3.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8906 - components: - - rot: 3.141592653589793 rad - pos: 45.5,-4.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8937 - components: - - pos: 39.5,0.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8938 - components: - - rot: -1.5707963267948966 rad - pos: 44.5,-12.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8939 - components: - - rot: -1.5707963267948966 rad - pos: 44.5,-9.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8940 - components: - - rot: -1.5707963267948966 rad - pos: 44.5,-6.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8941 - components: - - rot: 1.5707963267948966 rad - pos: 37.5,-7.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8942 - components: - - rot: 1.5707963267948966 rad - pos: 37.5,-10.5 - parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 8943 - components: - - rot: 1.5707963267948966 rad - pos: 37.5,-13.5 + - rot: -1.5707963267948966 rad + pos: 28.5,0.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8968 components: @@ -50333,7 +50775,9 @@ entities: pos: -5.5,-47.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8977 components: @@ -50341,7 +50785,9 @@ entities: pos: -8.5,-41.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8980 components: @@ -50349,7 +50795,9 @@ entities: pos: 5.5,-45.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8991 components: @@ -50357,7 +50805,9 @@ entities: pos: 7.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 8994 components: @@ -50365,14 +50815,18 @@ entities: pos: 0.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9013 components: - pos: -0.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9023 components: @@ -50380,9 +50834,8 @@ entities: pos: 7.5,-40.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12426 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 9044 @@ -50390,21 +50843,27 @@ entities: - pos: 3.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9057 components: - pos: 0.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9061 components: - pos: 5.5,-20.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9066 components: @@ -50412,7 +50871,9 @@ entities: pos: 13.5,-30.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9067 components: @@ -50420,7 +50881,9 @@ entities: pos: 12.5,-28.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9116 components: @@ -50428,7 +50891,9 @@ entities: pos: 31.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9120 components: @@ -50436,7 +50901,9 @@ entities: pos: 33.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9121 components: @@ -50444,7 +50911,9 @@ entities: pos: 27.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9132 components: @@ -50452,7 +50921,9 @@ entities: pos: 32.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9147 components: @@ -50460,7 +50931,9 @@ entities: pos: 39.5,-38.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9173 components: @@ -50468,7 +50941,9 @@ entities: pos: 25.5,-34.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9174 components: @@ -50476,14 +50951,18 @@ entities: pos: 17.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9175 components: - pos: 20.5,-35.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9182 components: @@ -50491,7 +50970,9 @@ entities: pos: -24.5,-18.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9191 components: @@ -50499,14 +50980,18 @@ entities: pos: -31.5,-14.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9201 components: - pos: -33.5,-19.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9234 components: @@ -50514,7 +50999,9 @@ entities: pos: -34.5,-3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9255 components: @@ -50522,7 +51009,9 @@ entities: pos: -46.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9256 components: @@ -50530,7 +51019,9 @@ entities: pos: -48.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9257 components: @@ -50538,7 +51029,9 @@ entities: pos: -49.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9258 components: @@ -50546,7 +51039,9 @@ entities: pos: -47.5,-4.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9265 components: @@ -50554,7 +51049,9 @@ entities: pos: -43.5,-5.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9266 components: @@ -50562,7 +51059,9 @@ entities: pos: -54.5,-1.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9294 components: @@ -50570,7 +51069,9 @@ entities: pos: -49.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9295 components: @@ -50578,7 +51079,9 @@ entities: pos: -47.5,-6.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9297 components: @@ -50586,7 +51089,9 @@ entities: pos: -39.5,-7.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9307 components: @@ -50594,7 +51099,9 @@ entities: pos: -29.5,-11.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9308 components: @@ -50602,7 +51109,9 @@ entities: pos: -33.5,-10.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9346 components: @@ -50610,7 +51119,9 @@ entities: pos: 30.5,-44.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9355 components: @@ -50618,7 +51129,9 @@ entities: pos: 24.5,-40.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9469 components: @@ -50626,7 +51139,9 @@ entities: pos: -16.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9470 components: @@ -50634,10 +51149,9 @@ entities: pos: -10.5,-32.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9594 components: @@ -50645,7 +51159,9 @@ entities: pos: 0.5,-37.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9595 components: @@ -50653,17 +51169,18 @@ entities: pos: 9.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 1929 - type: DeviceNetwork - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9609 components: - pos: 7.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9615 components: @@ -50671,7 +51188,9 @@ entities: pos: 4.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9620 components: @@ -50679,7 +51198,9 @@ entities: pos: 9.5,-33.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9621 components: @@ -50687,7 +51208,9 @@ entities: pos: 6.5,-31.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9782 components: @@ -50695,29 +51218,27 @@ entities: pos: -40.5,2.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 9783 components: - pos: -40.5,7.5 parent: 34 type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor - - uid: 10025 - components: - - rot: -1.5707963267948966 rad - pos: 42.5,-13.5 - parent: 34 - type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10027 components: - pos: 22.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10390 components: @@ -50725,7 +51246,9 @@ entities: pos: -51.5,-26.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10426 components: @@ -50733,9 +51256,8 @@ entities: pos: 8.5,6.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10597 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 10467 @@ -50744,7 +51266,9 @@ entities: pos: -3.5,-36.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10560 components: @@ -50752,7 +51276,9 @@ entities: pos: -45.5,-27.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 10849 components: @@ -50760,14 +51286,18 @@ entities: pos: -43.5,-22.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11005 components: - pos: -40.5,-25.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11112 components: @@ -50775,7 +51305,9 @@ entities: pos: -34.5,-42.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11519 components: @@ -50783,7 +51315,9 @@ entities: pos: -39.5,-23.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11894 components: @@ -50791,14 +51325,18 @@ entities: pos: 1.5,13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 11985 components: - pos: -2.5,3.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12072 components: @@ -50806,7 +51344,19 @@ entities: pos: -36.5,-49.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12190 + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-11.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12205 components: @@ -50814,7 +51364,9 @@ entities: pos: -56.5,-8.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12212 components: @@ -50822,7 +51374,9 @@ entities: pos: -49.5,-13.5 parent: 34 type: Transform - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - uid: 12220 components: @@ -50830,27 +51384,47 @@ entities: pos: -24.5,-30.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10548 - type: DeviceNetwork - - color: '#0088F8FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor - - uid: 12258 + - uid: 12368 components: - - pos: -18.5,-32.5 + - rot: -1.5707963267948966 rad + pos: 47.5,-6.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 + - deviceLists: + - 9601 type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - - uid: 12357 + - uid: 12381 components: - rot: 1.5707963267948966 rad - pos: -20.5,-38.5 + pos: 40.5,-7.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12843 + components: + - pos: 44.5,-2.5 parent: 34 type: Transform + - deviceLists: + - 10611 + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor - uid: 12860 @@ -50859,28 +51433,54 @@ entities: pos: -7.5,11.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#0335FCFF' type: AtmosPipeColor -- proto: GasVentScrubber - entities: - - uid: 704 + - uid: 12942 components: - - rot: 1.5707963267948966 rad - pos: -11.5,-33.5 + - rot: -1.5707963267948966 rad + pos: 43.5,3.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 12966 + components: + - rot: 3.141592653589793 rad + pos: -12.5,-40.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' type: AtmosPipeColor +- proto: GasVentScrubber + entities: - uid: 831 components: - rot: 3.141592653589793 rad pos: -13.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 1101 + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-6.5 + parent: 34 + type: Transform + - deviceLists: + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 1818 components: @@ -50888,29 +51488,34 @@ entities: pos: -47.5,-17.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 11619 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - uid: 1914 components: - pos: -17.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 1974 components: - pos: -19.5,-19.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2451 components: - pos: -33.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2601 components: @@ -50918,7 +51523,9 @@ entities: pos: -34.5,-46.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 2936 components: @@ -50926,9 +51533,8 @@ entities: pos: 9.5,-42.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12426 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 3247 @@ -50937,17 +51543,22 @@ entities: pos: 33.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - - uid: 3686 + - uid: 4957 components: - - pos: -16.5,-33.5 + - rot: -1.5707963267948966 rad + pos: 47.5,-2.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 + - deviceLists: + - 12258 type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 5850 components: @@ -50955,7 +51566,9 @@ entities: pos: -40.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 5851 components: @@ -50963,7 +51576,9 @@ entities: pos: -40.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 5915 components: @@ -50971,10 +51586,9 @@ entities: pos: 4.5,-5.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10323 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6113 components: @@ -50982,10 +51596,9 @@ entities: pos: 9.5,-5.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10323 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 6873 components: @@ -50993,10 +51606,18 @@ entities: pos: 1.5,-40.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 5426 - - 10334 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7085 + components: + - rot: 3.141592653589793 rad + pos: 38.5,-3.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 7973 @@ -51004,7 +51625,9 @@ entities: - pos: -16.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7981 components: @@ -51012,28 +51635,36 @@ entities: pos: -26.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7987 components: - pos: -30.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7988 components: - pos: -23.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 7989 components: - pos: -17.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8195 components: @@ -51041,7 +51672,9 @@ entities: pos: -43.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8424 components: @@ -51049,7 +51682,19 @@ entities: pos: -51.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 8936 + components: + - rot: 1.5707963267948966 rad + pos: 37.5,1.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8990 components: @@ -51057,7 +51702,9 @@ entities: pos: 8.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 8993 components: @@ -51065,7 +51712,9 @@ entities: pos: -0.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9010 components: @@ -51073,7 +51722,9 @@ entities: pos: 0.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9372 components: @@ -51081,7 +51732,9 @@ entities: pos: -43.5,-33.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9373 components: @@ -51089,7 +51742,9 @@ entities: pos: -44.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9374 components: @@ -51097,14 +51752,18 @@ entities: pos: -40.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9414 components: - pos: -30.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9445 components: @@ -51112,7 +51771,9 @@ entities: pos: -29.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9456 components: @@ -51120,14 +51781,18 @@ entities: pos: -23.5,-26.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9460 components: - pos: -22.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9496 components: @@ -51135,7 +51800,9 @@ entities: pos: -8.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9510 components: @@ -51143,14 +51810,18 @@ entities: pos: -16.5,-10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9522 components: - pos: -9.5,-8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9534 components: @@ -51158,7 +51829,9 @@ entities: pos: -5.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9545 components: @@ -51166,7 +51839,9 @@ entities: pos: 0.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9546 components: @@ -51174,7 +51849,9 @@ entities: pos: 8.5,-7.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9562 components: @@ -51182,7 +51859,9 @@ entities: pos: 0.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9571 components: @@ -51190,21 +51869,27 @@ entities: pos: -3.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9590 components: - pos: 4.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9593 components: - pos: 6.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9598 components: @@ -51212,11 +51897,9 @@ entities: pos: -0.5,-36.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 5426 - - 10334 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9599 components: @@ -51224,17 +51907,18 @@ entities: pos: 11.5,-37.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 1929 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9610 components: - pos: 5.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9633 components: @@ -51242,7 +51926,9 @@ entities: pos: 4.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9637 components: @@ -51250,7 +51936,9 @@ entities: pos: 3.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9638 components: @@ -51258,7 +51946,9 @@ entities: pos: 9.5,-32.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9659 components: @@ -51266,7 +51956,9 @@ entities: pos: -7.5,-47.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9660 components: @@ -51274,7 +51966,9 @@ entities: pos: -8.5,-43.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9686 components: @@ -51282,10 +51976,9 @@ entities: pos: 0.5,-46.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10581 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9687 components: @@ -51293,6 +51986,8 @@ entities: pos: 6.5,-45.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 9704 @@ -51300,7 +51995,9 @@ entities: - pos: 3.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9706 components: @@ -51308,7 +52005,9 @@ entities: pos: -11.5,4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9707 components: @@ -51316,7 +52015,9 @@ entities: pos: -6.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9764 components: @@ -51324,6 +52025,8 @@ entities: pos: -30.5,-11.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 9765 @@ -51332,6 +52035,8 @@ entities: pos: -33.5,-9.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 9766 @@ -51340,14 +52045,18 @@ entities: pos: -35.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9777 components: - pos: -36.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9799 components: @@ -51355,7 +52064,9 @@ entities: pos: -39.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9800 components: @@ -51363,7 +52074,9 @@ entities: pos: -41.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9805 components: @@ -51371,21 +52084,27 @@ entities: pos: -54.5,-0.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9822 components: - pos: -44.5,2.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9823 components: - pos: -48.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9824 components: @@ -51393,7 +52112,9 @@ entities: pos: -46.5,-4.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9825 components: @@ -51401,21 +52122,27 @@ entities: pos: -49.5,-3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9844 components: - pos: -46.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9845 components: - pos: -51.5,-6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9875 components: @@ -51423,7 +52150,9 @@ entities: pos: 11.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9886 components: @@ -51431,24 +52160,27 @@ entities: pos: 10.5,7.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10597 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9887 components: - pos: 10.5,11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9892 components: - pos: 17.5,6.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9894 components: @@ -51456,7 +52188,9 @@ entities: pos: 16.5,9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9902 components: @@ -51464,7 +52198,9 @@ entities: pos: 12.5,10.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9904 components: @@ -51472,7 +52208,9 @@ entities: pos: 16.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9916 components: @@ -51480,7 +52218,9 @@ entities: pos: 19.5,-5.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9925 components: @@ -51488,7 +52228,9 @@ entities: pos: 11.5,-12.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9936 components: @@ -51496,7 +52238,9 @@ entities: pos: 18.5,-14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9943 components: @@ -51504,7 +52248,9 @@ entities: pos: 18.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9957 components: @@ -51512,7 +52258,9 @@ entities: pos: 28.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9958 components: @@ -51520,7 +52268,9 @@ entities: pos: 26.5,-18.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9968 components: @@ -51528,7 +52278,9 @@ entities: pos: 27.5,-9.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 9980 components: @@ -51536,52 +52288,18 @@ entities: pos: 21.5,1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10004 components: - pos: 29.5,0.5 parent: 34 type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10010 - components: - - rot: -1.5707963267948966 rad - pos: 39.5,1.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10011 - components: - - pos: 38.5,3.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10022 - components: - - rot: -1.5707963267948966 rad - pos: 45.5,-2.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10023 - components: - - pos: 41.5,-1.5 - parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor - - uid: 10024 - components: - - rot: 1.5707963267948966 rad - pos: 39.5,-6.5 - parent: 34 - type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10053 components: @@ -51589,7 +52307,9 @@ entities: pos: 18.5,-28.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10054 components: @@ -51597,21 +52317,27 @@ entities: pos: 17.5,-30.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10055 components: - pos: 11.5,-21.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10075 components: - pos: 18.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10076 components: @@ -51619,7 +52345,9 @@ entities: pos: 20.5,-38.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10094 components: @@ -51627,7 +52355,9 @@ entities: pos: 25.5,-40.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10098 components: @@ -51635,7 +52365,9 @@ entities: pos: 29.5,-44.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10159 components: @@ -51643,7 +52375,9 @@ entities: pos: 39.5,-39.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10160 components: @@ -51651,14 +52385,18 @@ entities: pos: 38.5,-36.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10167 components: - pos: 32.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10184 components: @@ -51666,7 +52404,9 @@ entities: pos: 27.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10185 components: @@ -51674,14 +52414,18 @@ entities: pos: 33.5,-29.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10218 components: - pos: 28.5,-22.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10466 components: @@ -51689,7 +52433,9 @@ entities: pos: -3.5,-35.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 10672 components: @@ -51697,14 +52443,18 @@ entities: pos: -39.5,-20.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11250 components: - pos: -39.5,-25.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11274 components: @@ -51712,7 +52462,9 @@ entities: pos: -34.5,-17.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11527 components: @@ -51720,14 +52472,28 @@ entities: pos: -44.5,-27.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11575 + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-34.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11830 components: - pos: 9.5,14.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11902 components: @@ -51735,7 +52501,9 @@ entities: pos: -2.5,13.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11905 components: @@ -51743,14 +52511,18 @@ entities: pos: -19.5,-23.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 11986 components: - pos: -1.5,3.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12015 components: @@ -51758,7 +52530,9 @@ entities: pos: -8.5,-1.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12204 components: @@ -51766,6 +52540,8 @@ entities: pos: -56.5,-11.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 12208 @@ -51774,6 +52550,8 @@ entities: pos: -46.5,-13.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#F84000FF' type: AtmosPipeColor - uid: 12219 @@ -51782,10 +52560,9 @@ entities: pos: -25.5,-29.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 10548 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12226 components: @@ -51793,7 +52570,9 @@ entities: pos: -29.5,-31.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12358 components: @@ -51801,10 +52580,9 @@ entities: pos: -16.5,-38.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12421 components: @@ -51812,9 +52590,8 @@ entities: pos: 7.5,-41.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 12426 - type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 12546 @@ -51822,7 +52599,22 @@ entities: - pos: 33.5,-11.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12844 + components: + - pos: 43.5,-1.5 + parent: 34 + type: Transform + - deviceLists: + - 10611 + - 9601 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12879 components: @@ -51830,7 +52622,9 @@ entities: pos: -5.5,8.5 parent: 34 type: Transform - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - uid: 12889 components: @@ -51838,10 +52632,19 @@ entities: pos: -13.5,-40.5 parent: 34 type: Transform - - ShutdownSubscribers: - - 644 - type: DeviceNetwork - - color: '#FF0000FF' + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12931 + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-34.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' type: AtmosPipeColor - proto: GasVolumePump entities: @@ -51850,12 +52653,16 @@ entities: - pos: -41.5,-48.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 2627 components: - rot: 3.141592653589793 rad pos: -54.5,-24.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 4075 @@ -51864,6 +52671,8 @@ entities: pos: -56.5,-28.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 4076 @@ -51872,6 +52681,8 @@ entities: pos: -56.5,-30.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF0000FF' type: AtmosPipeColor - uid: 7821 @@ -51879,6 +52690,8 @@ entities: - pos: -58.5,-35.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 11688 @@ -51886,6 +52699,8 @@ entities: - pos: -56.5,-24.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - proto: Gauze @@ -52318,6 +53133,11 @@ entities: - pos: -11.5,-4.5 parent: 34 type: Transform + - uid: 923 + components: + - pos: 33.5,-4.5 + parent: 34 + type: Transform - uid: 982 components: - pos: -15.5,-3.5 @@ -52403,11 +53223,21 @@ entities: - pos: -51.5,-43.5 parent: 34 type: Transform + - uid: 1234 + components: + - pos: -6.5,-54.5 + parent: 34 + type: Transform - uid: 1264 components: - pos: -39.5,-45.5 parent: 34 type: Transform + - uid: 1330 + components: + - pos: 41.5,-6.5 + parent: 34 + type: Transform - uid: 1340 components: - pos: -0.5,-34.5 @@ -52553,11 +53383,6 @@ entities: - pos: 11.5,8.5 parent: 34 type: Transform - - uid: 1823 - components: - - pos: 34.5,-4.5 - parent: 34 - type: Transform - uid: 1827 components: - pos: -29.5,4.5 @@ -52718,6 +53543,11 @@ entities: - pos: -9.5,-53.5 parent: 34 type: Transform + - uid: 2499 + components: + - pos: 46.5,-10.5 + parent: 34 + type: Transform - uid: 2513 components: - pos: -51.5,-21.5 @@ -52728,6 +53558,11 @@ entities: - pos: -51.5,-20.5 parent: 34 type: Transform + - uid: 2616 + components: + - pos: 45.5,-14.5 + parent: 34 + type: Transform - uid: 2617 components: - pos: -55.5,-18.5 @@ -52748,6 +53583,11 @@ entities: - pos: -57.5,-23.5 parent: 34 type: Transform + - uid: 2628 + components: + - pos: 43.5,-14.5 + parent: 34 + type: Transform - uid: 2636 components: - pos: 13.5,20.5 @@ -52778,6 +53618,11 @@ entities: - pos: 3.5,-30.5 parent: 34 type: Transform + - uid: 2683 + components: + - pos: 44.5,-14.5 + parent: 34 + type: Transform - uid: 2814 components: - pos: 25.5,-36.5 @@ -53003,6 +53848,11 @@ entities: - pos: 28.5,-1.5 parent: 34 type: Transform + - uid: 3682 + components: + - pos: 10.5,-49.5 + parent: 34 + type: Transform - uid: 3688 components: - pos: 26.5,2.5 @@ -53163,11 +54013,6 @@ entities: - pos: -2.5,-55.5 parent: 34 type: Transform - - uid: 4079 - components: - - pos: 33.5,-4.5 - parent: 34 - type: Transform - uid: 4081 components: - pos: 0.5,-51.5 @@ -53363,11 +54208,6 @@ entities: - pos: 19.5,-37.5 parent: 34 type: Transform - - uid: 4420 - components: - - pos: 34.5,-2.5 - parent: 34 - type: Transform - uid: 4473 components: - pos: 41.5,-41.5 @@ -53418,69 +54258,9 @@ entities: - pos: 45.5,12.5 parent: 34 type: Transform - - uid: 4539 - components: - - pos: 43.5,-10.5 - parent: 34 - type: Transform - - uid: 4540 - components: - - pos: 38.5,-9.5 - parent: 34 - type: Transform - - uid: 4541 - components: - - pos: 38.5,-6.5 - parent: 34 - type: Transform - - uid: 4569 - components: - - pos: 43.5,-7.5 - parent: 34 - type: Transform - - uid: 4570 - components: - - pos: 43.5,-13.5 - parent: 34 - type: Transform - - uid: 4571 - components: - - pos: 38.5,-12.5 - parent: 34 - type: Transform - - uid: 4574 - components: - - pos: 39.5,-14.5 - parent: 34 - type: Transform - - uid: 4575 - components: - - pos: 40.5,-14.5 - parent: 34 - type: Transform - - uid: 4576 - components: - - pos: 41.5,-14.5 - parent: 34 - type: Transform - - uid: 4577 - components: - - pos: 42.5,-14.5 - parent: 34 - type: Transform - - uid: 4608 - components: - - pos: 44.5,-0.5 - parent: 34 - type: Transform - - uid: 4609 - components: - - pos: 44.5,-2.5 - parent: 34 - type: Transform - - uid: 4610 + - uid: 4536 components: - - pos: 44.5,-1.5 + - pos: 46.5,-2.5 parent: 34 type: Transform - uid: 4615 @@ -53523,44 +54303,24 @@ entities: - pos: 41.5,2.5 parent: 34 type: Transform - - uid: 4638 - components: - - pos: 42.5,-5.5 - parent: 34 - type: Transform - - uid: 4640 - components: - - pos: 39.5,-5.5 - parent: 34 - type: Transform - uid: 4642 components: - pos: 43.5,2.5 parent: 34 type: Transform - - uid: 4647 - components: - - pos: 49.5,0.5 - parent: 34 - type: Transform - - uid: 4648 - components: - - pos: 49.5,-0.5 - parent: 34 - type: Transform - - uid: 4649 + - uid: 4652 components: - - pos: 49.5,-2.5 + - pos: -5.5,-51.5 parent: 34 type: Transform - - uid: 4650 + - uid: 4781 components: - - pos: 49.5,-3.5 + - pos: 51.5,0.5 parent: 34 type: Transform - - uid: 4665 + - uid: 4893 components: - - pos: 49.5,-1.5 + - pos: -14.5,-38.5 parent: 34 type: Transform - uid: 4962 @@ -53678,6 +54438,11 @@ entities: - pos: 35.5,-46.5 parent: 34 type: Transform + - uid: 5544 + components: + - pos: 51.5,-2.5 + parent: 34 + type: Transform - uid: 5548 components: - pos: -16.5,1.5 @@ -53768,6 +54533,11 @@ entities: - pos: -53.5,-23.5 parent: 34 type: Transform + - uid: 6023 + components: + - pos: 51.5,-0.5 + parent: 34 + type: Transform - uid: 6046 components: - pos: -18.5,-36.5 @@ -54723,11 +55493,6 @@ entities: - pos: 50.5,-14.5 parent: 34 type: Transform - - uid: 6505 - components: - - pos: 49.5,-14.5 - parent: 34 - type: Transform - uid: 6506 components: - pos: 36.5,11.5 @@ -54858,11 +55623,21 @@ entities: - pos: 32.5,-46.5 parent: 34 type: Transform + - uid: 6688 + components: + - pos: 51.5,-1.5 + parent: 34 + type: Transform - uid: 6689 components: - pos: 45.5,11.5 parent: 34 type: Transform + - uid: 6691 + components: + - pos: 51.5,-3.5 + parent: 34 + type: Transform - uid: 7052 components: - pos: 43.5,-31.5 @@ -54878,9 +55653,9 @@ entities: - pos: 43.5,-35.5 parent: 34 type: Transform - - uid: 7055 + - uid: 7235 components: - - pos: 11.5,-49.5 + - pos: 9.5,-52.5 parent: 34 type: Transform - uid: 7408 @@ -54910,8 +55685,7 @@ entities: type: Transform - uid: 7845 components: - - rot: -1.5707963267948966 rad - pos: 2.5,-41.5 + - pos: 2.5,-41.5 parent: 34 type: Transform - uid: 7907 @@ -54919,11 +55693,22 @@ entities: - pos: -11.5,-47.5 parent: 34 type: Transform + - uid: 8072 + components: + - pos: -6.5,-52.5 + parent: 34 + type: Transform - uid: 8091 components: - pos: 40.5,11.5 parent: 34 type: Transform + - uid: 8288 + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 34 + type: Transform - uid: 8418 components: - pos: -7.5,12.5 @@ -54939,6 +55724,31 @@ entities: - pos: -8.5,-53.5 parent: 34 type: Transform + - uid: 8913 + components: + - pos: 41.5,-12.5 + parent: 34 + type: Transform + - uid: 8914 + components: + - pos: 8.5,-55.5 + parent: 34 + type: Transform + - uid: 8923 + components: + - pos: 42.5,-5.5 + parent: 34 + type: Transform + - uid: 8943 + components: + - pos: -26.5,-32.5 + parent: 34 + type: Transform + - uid: 9106 + components: + - pos: -5.5,-55.5 + parent: 34 + type: Transform - uid: 9985 components: - pos: 31.5,-4.5 @@ -54949,9 +55759,14 @@ entities: - pos: -41.5,-19.5 parent: 34 type: Transform - - uid: 10524 + - uid: 10489 components: - - pos: 6.5,-0.5 + - pos: 46.5,-13.5 + parent: 34 + type: Transform + - uid: 10493 + components: + - pos: 40.5,-2.5 parent: 34 type: Transform - uid: 10589 @@ -54959,6 +55774,31 @@ entities: - pos: 16.5,-12.5 parent: 34 type: Transform + - uid: 10608 + components: + - pos: -6.5,-53.5 + parent: 34 + type: Transform + - uid: 10610 + components: + - pos: 9.5,-54.5 + parent: 34 + type: Transform + - uid: 10613 + components: + - pos: 9.5,-53.5 + parent: 34 + type: Transform + - uid: 10616 + components: + - pos: 8.5,-51.5 + parent: 34 + type: Transform + - uid: 10617 + components: + - pos: 11.5,-49.5 + parent: 34 + type: Transform - uid: 10621 components: - pos: 26.5,13.5 @@ -55024,14 +55864,14 @@ entities: - pos: -58.5,-18.5 parent: 34 type: Transform - - uid: 11500 + - uid: 11549 components: - - pos: 7.5,-53.5 + - pos: 41.5,-9.5 parent: 34 type: Transform - - uid: 11591 + - uid: 11550 components: - - pos: 7.5,-54.5 + - pos: 45.5,-5.5 parent: 34 type: Transform - uid: 11687 @@ -55189,11 +56029,6 @@ entities: - pos: -48.5,-58.5 parent: 34 type: Transform - - uid: 12117 - components: - - pos: 12.5,-49.5 - parent: 34 - type: Transform - uid: 12170 components: - pos: -16.5,-43.5 @@ -55204,11 +56039,6 @@ entities: - pos: -8.5,12.5 parent: 34 type: Transform - - uid: 12292 - components: - - pos: -14.5,-38.5 - parent: 34 - type: Transform - uid: 12309 components: - pos: -17.5,-36.5 @@ -55219,16 +56049,6 @@ entities: - pos: -7.5,12.5 parent: 34 type: Transform - - uid: 12371 - components: - - pos: -19.5,-38.5 - parent: 34 - type: Transform - - uid: 12372 - components: - - pos: -19.5,-37.5 - parent: 34 - type: Transform - uid: 12373 components: - pos: -18.5,-39.5 @@ -55264,34 +56084,29 @@ entities: - pos: 2.5,-39.5 parent: 34 type: Transform - - uid: 12481 - components: - - pos: -62.5,-22.5 - parent: 34 - type: Transform - - uid: 12482 + - uid: 12430 components: - - pos: -62.5,-24.5 + - pos: 46.5,-7.5 parent: 34 type: Transform - - uid: 12515 + - uid: 12461 components: - - pos: 7.5,-52.5 + - pos: 40.5,-4.5 parent: 34 type: Transform - - uid: 12521 + - uid: 12481 components: - - pos: -4.5,-54.5 + - pos: -62.5,-22.5 parent: 34 type: Transform - - uid: 12533 + - uid: 12482 components: - - pos: -4.5,-53.5 + - pos: -62.5,-24.5 parent: 34 type: Transform - - uid: 12534 + - uid: 12488 components: - - pos: -4.5,-52.5 + - pos: -24.5,-32.5 parent: 34 type: Transform - uid: 12568 @@ -55339,6 +56154,16 @@ entities: - pos: -63.5,-37.5 parent: 34 type: Transform + - uid: 12704 + components: + - pos: 46.5,-0.5 + parent: 34 + type: Transform + - uid: 12707 + components: + - pos: 46.5,-1.5 + parent: 34 + type: Transform - uid: 12766 components: - pos: -60.5,-28.5 @@ -55479,14 +56304,21 @@ entities: type: Transform - proto: HatSpawner entities: + - uid: 9016 + components: + - pos: 49.5,-3.5 + parent: 34 + type: Transform - uid: 11099 components: - pos: -14.5,-15.5 parent: 34 type: Transform - - uid: 11372 +- proto: HeadSkeleton + entities: + - uid: 4660 components: - - pos: 47.5,-3.5 + - pos: 40.995945,-16.198792 parent: 34 type: Transform - proto: HeatExchanger @@ -55496,6 +56328,8 @@ entities: - pos: -58.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - uid: 11482 @@ -55504,6 +56338,8 @@ entities: pos: -55.5,-21.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 11483 @@ -55512,6 +56348,8 @@ entities: pos: -55.5,-19.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#03FCD3FF' type: AtmosPipeColor - uid: 11995 @@ -55519,6 +56357,8 @@ entities: - pos: -57.5,-38.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - color: '#FF1212FF' type: AtmosPipeColor - proto: HighSecArmoryLocked @@ -55602,18 +56442,6 @@ entities: - pos: 1.5,-37.5 parent: 34 type: Transform - - uid: 2517 - components: - - rot: -1.5707963267948966 rad - pos: 33.5,-9.5 - parent: 34 - type: Transform - - uid: 2614 - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-34.5 - parent: 34 - type: Transform - uid: 2638 components: - pos: -5.5,2.5 @@ -55624,10 +56452,10 @@ entities: - pos: 15.5,-36.5 parent: 34 type: Transform - - uid: 12391 + - uid: 9982 components: - rot: 1.5707963267948966 rad - pos: -15.5,-38.5 + pos: 32.5,-9.5 parent: 34 type: Transform - proto: HydroponicsToolClippers @@ -55726,13 +56554,6 @@ entities: type: DeviceLinkSink - proto: IngotGold entities: - - uid: 1847 - components: - - pos: -26.404766,-30.411303 - parent: 34 - type: Transform - - count: 10 - type: Stack - uid: 5251 components: - pos: 24.600164,-35.196 @@ -55970,9 +56791,10 @@ entities: type: Transform - proto: IntercomSupply entities: - - uid: 9601 + - uid: 8415 components: - - pos: -9.5,-23.5 + - rot: 3.141592653589793 rad + pos: -9.5,-23.5 parent: 34 type: Transform - proto: JanitorialTrolley @@ -55983,6 +56805,52 @@ entities: pos: 6.5,-20.5 parent: 34 type: Transform +- proto: JanitorServiceLight + entities: + - uid: 10010 + components: + - rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 34 + type: Transform + - links: + - 12928 + type: DeviceLinkSink + - uid: 10492 + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-31.5 + parent: 34 + type: Transform + - links: + - 12928 + type: DeviceLinkSink + - uid: 10684 + components: + - rot: 3.141592653589793 rad + pos: -20.5,-23.5 + parent: 34 + type: Transform + - links: + - 10572 + type: DeviceLinkSink + - uid: 12371 + components: + - pos: -30.5,-21.5 + parent: 34 + type: Transform + - links: + - 10413 + type: DeviceLinkSink + - uid: 12927 + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-15.5 + parent: 34 + type: Transform + - links: + - 10011 + type: DeviceLinkSink - proto: JetpackMini entities: - uid: 2485 @@ -56105,13 +56973,6 @@ entities: - pos: -12.5,-3.5 parent: 34 type: Transform -- proto: KnifePlastic - entities: - - uid: 11549 - components: - - pos: -25.967064,-34.344288 - parent: 34 - type: Transform - proto: Lamp entities: - uid: 2229 @@ -56145,6 +57006,14 @@ entities: - pos: -9.306129,2.377801 parent: 34 type: Transform +- proto: LightPostSmall + entities: + - uid: 8931 + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-52.5 + parent: 34 + type: Transform - proto: LockerAtmosphericsFilled entities: - uid: 1857 @@ -56227,11 +57096,6 @@ entities: - pos: -24.5,-27.5 parent: 34 type: Transform - - uid: 2565 - components: - - pos: -21.5,-30.5 - parent: 34 - type: Transform - proto: LockerEngineerFilled entities: - uid: 1047 @@ -56331,9 +57195,9 @@ entities: type: Transform - proto: LockerHeadOfSecurityFilled entities: - - uid: 6958 + - uid: 8892 components: - - pos: 34.5,-9.5 + - pos: 33.5,-9.5 parent: 34 type: Transform - proto: LockerMedicalFilled @@ -56376,7 +57240,7 @@ entities: type: Transform - proto: LockerQuarterMasterFilled entities: - - uid: 12388 + - uid: 10503 components: - pos: -18.5,-37.5 parent: 34 @@ -56563,26 +57427,6 @@ entities: - pos: 25.298405,1.466552 parent: 34 type: Transform -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 1894 - components: - - rot: -1.5707963267948966 rad - pos: 33.24652,-11.4360485 - parent: 34 - type: Transform - - uid: 1905 - components: - - rot: -1.5707963267948966 rad - pos: 33.24652,-11.4360485 - parent: 34 - type: Transform - - uid: 11581 - components: - - rot: -1.5707963267948966 rad - pos: 33.387146,-11.4516735 - parent: 34 - type: Transform - proto: MailTeleporter entities: - uid: 1901 @@ -56597,11 +57441,26 @@ entities: - pos: -18.5,-30.5 parent: 34 type: Transform + - uid: 4869 + components: + - pos: 37.5,-11.5 + parent: 34 + type: Transform - uid: 6126 components: - pos: 4.5,10.5 parent: 34 type: Transform + - uid: 8895 + components: + - pos: -20.5,-33.5 + parent: 34 + type: Transform + - uid: 8909 + components: + - pos: -22.5,-32.5 + parent: 34 + type: Transform - uid: 10269 components: - pos: -23.5,-8.5 @@ -56687,6 +57546,23 @@ entities: - pos: -49.5,-14.5 parent: 34 type: Transform +- proto: MaintenancePlantSpawner + entities: + - uid: 4564 + components: + - pos: -20.5,-37.5 + parent: 34 + type: Transform + - uid: 5352 + components: + - pos: 35.5,-9.5 + parent: 34 + type: Transform + - uid: 8930 + components: + - pos: -19.5,-31.5 + parent: 34 + type: Transform - proto: MaintenanceToolSpawner entities: - uid: 4339 @@ -56694,6 +57570,16 @@ entities: - pos: -14.5,-29.5 parent: 34 type: Transform + - uid: 4514 + components: + - pos: 37.5,-15.5 + parent: 34 + type: Transform + - uid: 4651 + components: + - pos: -21.5,-31.5 + parent: 34 + type: Transform - uid: 6129 components: - pos: 8.5,11.5 @@ -56728,6 +57614,16 @@ entities: - pos: 14.5,-44.5 parent: 34 type: Transform + - uid: 4173 + components: + - pos: 35.5,-12.5 + parent: 34 + type: Transform + - uid: 4762 + components: + - pos: -20.5,-36.5 + parent: 34 + type: Transform - uid: 6135 components: - pos: 1.5,11.5 @@ -57057,6 +57953,11 @@ entities: - pos: 0.5,11.5 parent: 34 type: Transform + - uid: 10686 + components: + - pos: -19.5,-30.5 + parent: 34 + type: Transform - uid: 10815 components: - pos: 18.5,9.5 @@ -57073,6 +57974,11 @@ entities: - intervalSeconds: 520 chance: 0.4 type: TimedSpawner + - uid: 12196 + components: + - pos: 32.5,-17.5 + parent: 34 + type: Transform - proto: Mousetrap entities: - uid: 3729 @@ -57091,6 +57997,13 @@ entities: - pos: -14.619152,-5.5521803 parent: 34 type: Transform +- proto: MousetrapArmed + entities: + - uid: 10723 + components: + - pos: 39.559204,-16.464417 + parent: 34 + type: Transform - proto: Multitool entities: - uid: 7423 @@ -57111,11 +58024,15 @@ entities: - pos: -38.5,-29.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 7818 components: - pos: -52.5,-33.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: NitrousOxideTankFilled entities: - uid: 8957 @@ -57192,21 +58109,36 @@ entities: - pos: -37.5,-29.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 10358 components: - pos: 29.5,8.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 10359 components: - pos: -23.5,-4.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice + - uid: 10618 + components: + - pos: -30.5,-42.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12324 components: - pos: -52.5,-31.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: PaintingBlunt entities: - uid: 2407 @@ -57235,11 +58167,6 @@ entities: type: Transform - proto: Paper entities: - - uid: 1234 - components: - - pos: -26.748516,-30.333124 - parent: 34 - type: Transform - uid: 1328 components: - pos: 9.308239,-32.511734 @@ -57260,16 +58187,6 @@ entities: - pos: 9.308239,-32.152107 parent: 34 type: Transform - - uid: 1844 - components: - - pos: -26.748516,-30.223673 - parent: 34 - type: Transform - - uid: 1846 - components: - - pos: -26.748516,-30.442575 - parent: 34 - type: Transform - uid: 1906 components: - pos: -9.339812,-27.507086 @@ -57589,17 +58506,6 @@ entities: type: Stack - size: 4 type: Item -- proto: PartRodMetal10 - entities: - - uid: 12415 - components: - - pos: -7.1020985,-51.69215 - parent: 34 - type: Transform - - count: 2 - type: Stack - - size: 2 - type: Item - proto: Pen entities: - uid: 2619 @@ -57630,6 +58536,8 @@ entities: - pos: -52.5,-32.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: PlasmaReinforcedWindowDirectional entities: - uid: 8889 @@ -57672,9 +58580,9 @@ entities: type: Transform - proto: PlushieBee entities: - - uid: 4683 + - uid: 12117 components: - - pos: 45.396214,-6.5358973 + - pos: 48.453728,-6.551665 parent: 34 type: Transform - uid: 12155 @@ -57795,9 +58703,9 @@ entities: type: Transform - proto: PortableGeneratorJrPacman entities: - - uid: 2707 + - uid: 4577 components: - - pos: 35.5,-17.5 + - pos: 35.5,-18.5 parent: 34 type: Transform - proto: PortableGeneratorPacman @@ -57824,11 +58732,6 @@ entities: - pos: -27.5,3.5 parent: 34 type: Transform - - uid: 11686 - components: - - pos: -25.5,-29.5 - parent: 34 - type: Transform - proto: PortableScrubber entities: - uid: 1165 @@ -57944,13 +58847,6 @@ entities: - pos: -39.5,-34.5 parent: 34 type: Transform -- proto: PosterLegitCarpMount - entities: - - uid: 71 - components: - - pos: -17.5,-31.5 - parent: 34 - type: Transform - proto: PosterLegitHereForYourSafety entities: - uid: 2279 @@ -58259,11 +59155,6 @@ entities: - pos: -11.5,-13.5 parent: 34 type: Transform - - uid: 3380 - components: - - pos: 27.5,-11.5 - parent: 34 - type: Transform - uid: 3566 components: - pos: 26.5,-5.5 @@ -58279,16 +59170,6 @@ entities: - pos: 30.5,-32.5 parent: 34 type: Transform - - uid: 4781 - components: - - pos: 43.5,1.5 - parent: 34 - type: Transform - - uid: 4782 - components: - - pos: 43.5,-4.5 - parent: 34 - type: Transform - uid: 5241 components: - pos: 30.5,-37.5 @@ -58304,6 +59185,11 @@ entities: - pos: -30.5,-23.5 parent: 34 type: Transform + - uid: 8912 + components: + - pos: 27.5,-11.5 + parent: 34 + type: Transform - uid: 10223 components: - pos: 22.5,-29.5 @@ -58329,6 +59215,11 @@ entities: - pos: -19.5,0.5 parent: 34 type: Transform + - uid: 10491 + components: + - pos: 45.5,1.5 + parent: 34 + type: Transform - uid: 10522 components: - pos: 11.5,13.5 @@ -58411,16 +59302,21 @@ entities: - pos: -41.5,-24.5 parent: 34 type: Transform - - uid: 4660 + - uid: 4748 components: - - pos: 45.5,1.5 + - pos: 29.5,-5.5 parent: 34 type: Transform - - uid: 4661 + - uid: 4853 components: - pos: 47.5,1.5 parent: 34 type: Transform + - uid: 4952 + components: + - pos: 49.5,1.5 + parent: 34 + type: Transform - uid: 10296 components: - pos: -51.5,-1.5 @@ -58473,6 +59369,11 @@ entities: - pos: -22.5,1.5 parent: 34 type: Transform + - uid: 9103 + components: + - pos: -42.5,-18.5 + parent: 34 + type: Transform - uid: 10427 components: - pos: -22.5,-27.5 @@ -58505,14 +59406,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 9 - components: - - rot: 1.5707963267948966 rad - pos: -3.5,-53.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 12 components: - rot: 1.5707963267948966 rad @@ -58552,14 +59445,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 53 - components: - - rot: -1.5707963267948966 rad - pos: 6.5,-53.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 56 components: - rot: 3.141592653589793 rad @@ -59325,68 +60210,6 @@ entities: pos: -44.5,-22.5 parent: 34 type: Transform - - uid: 4742 - components: - - pos: 40.5,-2.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4743 - components: - - rot: 1.5707963267948966 rad - pos: 41.5,-1.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4744 - components: - - rot: 1.5707963267948966 rad - pos: 39.5,-8.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4747 - components: - - rot: 1.5707963267948966 rad - pos: 39.5,-11.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4754 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-4.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4755 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,1.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4756 - components: - - rot: 1.5707963267948966 rad - pos: 45.5,-4.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4757 - components: - - pos: 46.5,1.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 4758 components: - rot: 3.141592653589793 rad @@ -59395,14 +60218,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 4759 - components: - - rot: -1.5707963267948966 rad - pos: 48.5,-4.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 4761 components: - rot: 1.5707963267948966 rad @@ -59411,6 +60226,11 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver + - uid: 4794 + components: + - pos: 48.5,1.5 + parent: 34 + type: Transform - uid: 4907 components: - rot: -1.5707963267948966 rad @@ -59788,12 +60608,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 6226 - components: - - rot: -1.5707963267948966 rad - pos: -24.5,-32.5 - parent: 34 - type: Transform - uid: 6239 components: - rot: -1.5707963267948966 rad @@ -59861,6 +60675,12 @@ entities: - pos: 10.5,-47.5 parent: 34 type: Transform + - uid: 7082 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 34 + type: Transform - uid: 7102 components: - rot: 1.5707963267948966 rad @@ -59915,6 +60735,12 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver + - uid: 7814 + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-53.5 + parent: 34 + type: Transform - uid: 7848 components: - pos: 6.5,-39.5 @@ -59952,16 +60778,28 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 9596 + - uid: 8893 + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-14.5 + parent: 34 + type: Transform + - uid: 8905 components: - rot: 3.141592653589793 rad - pos: -0.5,-43.5 + pos: -27.5,-34.5 parent: 34 type: Transform - - uid: 9984 + - uid: 8920 components: - rot: -1.5707963267948966 rad - pos: 34.5,-10.5 + pos: 45.5,1.5 + parent: 34 + type: Transform + - uid: 9596 + components: + - rot: 3.141592653589793 rad + pos: -0.5,-43.5 parent: 34 type: Transform - uid: 10303 @@ -59995,12 +60833,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 10833 - components: - - rot: -1.5707963267948966 rad - pos: 34.5,-14.5 - parent: 34 - type: Transform - uid: 11094 components: - rot: 1.5707963267948966 rad @@ -60015,6 +60847,12 @@ entities: pos: 5.5,19.5 parent: 34 type: Transform + - uid: 11371 + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-4.5 + parent: 34 + type: Transform - uid: 11444 components: - rot: 1.5707963267948966 rad @@ -60312,21 +61150,16 @@ entities: pos: -22.5,-42.5 parent: 34 type: Transform - - uid: 12400 - components: - - rot: 3.141592653589793 rad - pos: -16.5,-35.5 - parent: 34 - type: Transform - - uid: 12401 + - uid: 12346 components: - rot: 1.5707963267948966 rad - pos: -21.5,-35.5 + pos: 4.5,-53.5 parent: 34 type: Transform - - uid: 12402 + - uid: 12400 components: - - pos: -19.5,-32.5 + - rot: 3.141592653589793 rad + pos: -16.5,-35.5 parent: 34 type: Transform - uid: 12406 @@ -60345,12 +61178,6 @@ entities: pos: -11.5,-38.5 parent: 34 type: Transform - - uid: 12492 - components: - - rot: 1.5707963267948966 rad - pos: -21.5,-38.5 - parent: 34 - type: Transform - uid: 12494 components: - rot: 3.141592653589793 rad @@ -60381,6 +61208,30 @@ entities: pos: -9.5,10.5 parent: 34 type: Transform + - uid: 12888 + components: + - rot: 3.141592653589793 rad + pos: 41.5,-4.5 + parent: 34 + type: Transform + - uid: 12891 + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-8.5 + parent: 34 + type: Transform + - uid: 12906 + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-11.5 + parent: 34 + type: Transform + - uid: 12926 + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-10.5 + parent: 34 + type: Transform - proto: PoweredLightColoredBlack entities: - uid: 2328 @@ -60445,8 +61296,9 @@ entities: type: ApcPowerReceiver - uid: 2612 components: - - pos: -55.5,-15.5 - parent: 34 + - anchored: False + pos: -55.351696,-13.423773 + parent: 35 type: Transform - powerLoad: 0 type: ApcPowerReceiver @@ -60663,11 +61515,6 @@ entities: type: ApcPowerReceiver - proto: PoweredLightPostSmall entities: - - uid: 1354 - components: - - pos: -7.5,-53.5 - parent: 34 - type: Transform - uid: 12689 components: - pos: -39.5,-57.5 @@ -60771,54 +61618,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 4748 - components: - - rot: 1.5707963267948966 rad - pos: 36.5,-10.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4749 - components: - - rot: 1.5707963267948966 rad - pos: 36.5,-7.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4750 - components: - - rot: -1.5707963267948966 rad - pos: 45.5,-6.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4751 - components: - - rot: -1.5707963267948966 rad - pos: 45.5,-9.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4752 - components: - - rot: -1.5707963267948966 rad - pos: 45.5,-12.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 4753 - components: - - rot: 1.5707963267948966 rad - pos: 36.5,-13.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 4890 components: - rot: 3.141592653589793 rad @@ -60942,13 +61741,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 7235 - components: - - pos: 36.5,-15.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 7382 components: - rot: 1.5707963267948966 rad @@ -60957,12 +61749,6 @@ entities: type: Transform - powerLoad: 0 type: ApcPowerReceiver - - uid: 7702 - components: - - rot: -1.5707963267948966 rad - pos: -28.5,-34.5 - parent: 34 - type: Transform - uid: 8607 components: - rot: 3.141592653589793 rad @@ -60997,12 +61783,6 @@ entities: pos: 14.5,-45.5 parent: 34 type: Transform - - uid: 10479 - components: - - rot: 1.5707963267948966 rad - pos: 32.5,-18.5 - parent: 34 - type: Transform - uid: 10648 components: - rot: 1.5707963267948966 rad @@ -61060,14 +61840,6 @@ entities: - pos: -25.5,-41.5 parent: 34 type: Transform - - uid: 11633 - components: - - rot: 3.141592653589793 rad - pos: 35.5,-19.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 11719 components: - rot: 3.141592653589793 rad @@ -61087,12 +61859,6 @@ entities: pos: -59.5,-34.5 parent: 34 type: Transform - - uid: 12407 - components: - - rot: 3.141592653589793 rad - pos: -16.5,-30.5 - parent: 34 - type: Transform - uid: 12601 components: - rot: 1.5707963267948966 rad @@ -61105,6 +61871,42 @@ entities: pos: -59.5,-30.5 parent: 34 type: Transform + - uid: 12917 + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-6.5 + parent: 34 + type: Transform + - uid: 12920 + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-9.5 + parent: 34 + type: Transform + - uid: 12921 + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-12.5 + parent: 34 + type: Transform + - uid: 12922 + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-12.5 + parent: 34 + type: Transform + - uid: 12923 + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-9.5 + parent: 34 + type: Transform + - uid: 12924 + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-6.5 + parent: 34 + type: Transform - proto: PoweredSmallLightEmpty entities: - uid: 3312 @@ -61265,6 +62067,28 @@ entities: pos: -23.5,-11.5 parent: 34 type: Transform + - uid: 11449 + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-18.5 + parent: 34 + type: Transform + - uid: 11450 + components: + - pos: -16.5,-29.5 + parent: 34 + type: Transform + - uid: 12967 + components: + - pos: 37.5,-6.5 + parent: 34 + type: Transform + - uid: 12968 + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-36.5 + parent: 34 + type: Transform - proto: Protolathe entities: - uid: 139 @@ -61380,11 +62204,6 @@ entities: pos: -1.5,-43.5 parent: 34 type: Transform - - uid: 2954 - components: - - pos: 35.5,-4.5 - parent: 34 - type: Transform - uid: 2956 components: - pos: 2.5,-34.5 @@ -61451,14 +62270,16 @@ entities: - pos: 37.5,6.5 parent: 34 type: Transform - - uid: 4783 + - uid: 4805 components: - - pos: 35.5,-2.5 + - rot: -1.5707963267948966 rad + pos: 38.5,-2.5 parent: 34 type: Transform - - uid: 4785 + - uid: 4859 components: - - pos: 36.5,-2.5 + - rot: -1.5707963267948966 rad + pos: 38.5,-4.5 parent: 34 type: Transform - uid: 4947 @@ -62050,11 +62871,6 @@ entities: - pos: 39.5,-35.5 parent: 34 type: Transform - - uid: 10989 - components: - - pos: -42.5,-18.5 - parent: 34 - type: Transform - proto: RandomDrinkGlass entities: - uid: 4143 @@ -62167,56 +62983,58 @@ entities: type: Transform - proto: RandomInstruments entities: - - uid: 5962 + - uid: 4847 components: - - pos: 7.5,-9.5 + - rot: 1.5707963267948966 rad + pos: 50.5,-0.5 parent: 34 type: Transform - - uid: 5963 + - uid: 4848 components: - - pos: 8.5,-9.5 + - rot: 1.5707963267948966 rad + pos: 50.5,-1.5 parent: 34 type: Transform - - uid: 11260 + - uid: 5962 components: - - pos: 48.5,-1.5 + - pos: 7.5,-9.5 parent: 34 type: Transform - - uid: 11261 + - uid: 5963 components: - - pos: 48.5,-2.5 + - pos: 8.5,-9.5 parent: 34 type: Transform - proto: RandomItem entities: - - uid: 4891 + - uid: 226 components: - - pos: 37.5,-10.5 + - pos: 39.5,-13.5 parent: 34 type: Transform - - uid: 4892 + - uid: 4023 components: - - pos: 36.5,-7.5 + - pos: 47.5,-12.5 parent: 34 type: Transform - - uid: 4893 + - uid: 4077 components: - - pos: 36.5,-13.5 + - pos: 40.5,-10.5 parent: 34 type: Transform - - uid: 4894 + - uid: 4078 components: - - pos: 44.5,-12.5 + - pos: 39.5,-7.5 parent: 34 type: Transform - - uid: 4895 + - uid: 4420 components: - - pos: 44.5,-10.5 + - pos: 47.5,-10.5 parent: 34 type: Transform - - uid: 4896 + - uid: 4656 components: - - pos: 44.5,-6.5 + - pos: 47.5,-6.5 parent: 34 type: Transform - proto: RandomPainting @@ -62252,11 +63070,6 @@ entities: - pos: 27.5,-30.5 parent: 34 type: Transform - - uid: 4768 - components: - - pos: 45.5,-8.5 - parent: 34 - type: Transform - uid: 5860 components: - pos: -47.5,2.5 @@ -62350,52 +63163,16 @@ entities: pos: -11.5,-41.5 parent: 34 type: Transform - - uid: 4762 - components: - - pos: 35.5,-10.5 - parent: 34 - type: Transform - uid: 4764 components: - pos: 35.5,-6.5 parent: 34 type: Transform - - uid: 4765 - components: - - pos: 38.5,-8.5 - parent: 34 - type: Transform - - uid: 4766 - components: - - pos: 35.5,-13.5 - parent: 34 - type: Transform - - uid: 4767 - components: - - pos: 46.5,-12.5 - parent: 34 - type: Transform - - uid: 4769 - components: - - pos: 44.5,-5.5 - parent: 34 - type: Transform - uid: 4770 components: - pos: 40.5,2.5 parent: 34 type: Transform - - uid: 4771 - components: - - pos: 46.5,2.5 - parent: 34 - type: Transform - - uid: 9138 - components: - - rot: 3.141592653589793 rad - pos: -22.5,-33.5 - parent: 34 - type: Transform - uid: 10958 components: - pos: -0.5,-13.5 @@ -62542,12 +63319,6 @@ entities: - pos: -2.5,-13.5 parent: 34 type: Transform - - uid: 9202 - components: - - rot: 3.141592653589793 rad - pos: -22.5,-34.5 - parent: 34 - type: Transform - uid: 9238 components: - pos: -45.5,-23.5 @@ -62628,11 +63399,6 @@ entities: - pos: 15.5,16.5 parent: 34 type: Transform - - uid: 10994 - components: - - pos: 7.5,-50.5 - parent: 34 - type: Transform - uid: 10995 components: - pos: -0.5,-51.5 @@ -62729,12 +63495,6 @@ entities: - pos: -5.5,-45.5 parent: 34 type: Transform - - uid: 7459 - components: - - rot: 3.141592653589793 rad - pos: -15.5,-30.5 - parent: 34 - type: Transform - uid: 10237 components: - pos: 2.5,-15.5 @@ -62962,18 +63722,6 @@ entities: type: Transform - proto: RandomSpawner100 entities: - - uid: 7418 - components: - - rot: 3.141592653589793 rad - pos: -17.5,-30.5 - parent: 34 - type: Transform - - uid: 9467 - components: - - rot: 3.141592653589793 rad - pos: -21.5,-34.5 - parent: 34 - type: Transform - uid: 12243 components: - rot: 3.141592653589793 rad @@ -63688,11 +64436,6 @@ entities: - pos: 16.5,-12.5 parent: 34 type: Transform - - uid: 1824 - components: - - pos: 34.5,-4.5 - parent: 34 - type: Transform - uid: 1882 components: - pos: -27.5,-31.5 @@ -63738,6 +64481,11 @@ entities: - pos: -6.5,-36.5 parent: 34 type: Transform + - uid: 1940 + components: + - pos: -24.5,-32.5 + parent: 34 + type: Transform - uid: 1950 components: - pos: -17.5,-20.5 @@ -63793,9 +64541,14 @@ entities: - pos: -27.5,-30.5 parent: 34 type: Transform + - uid: 2491 + components: + - pos: 33.5,-4.5 + parent: 34 + type: Transform - uid: 2502 components: - - pos: -14.5,-38.5 + - pos: 46.5,-10.5 parent: 34 type: Transform - uid: 2546 @@ -63808,6 +64561,11 @@ entities: - pos: -51.5,-21.5 parent: 34 type: Transform + - uid: 3189 + components: + - pos: 46.5,-13.5 + parent: 34 + type: Transform - uid: 3209 components: - pos: -30.5,-49.5 @@ -63838,6 +64596,11 @@ entities: - pos: 43.5,-31.5 parent: 34 type: Transform + - uid: 3287 + components: + - pos: -26.5,-32.5 + parent: 34 + type: Transform - uid: 3332 components: - pos: -36.5,-16.5 @@ -63953,6 +64716,16 @@ entities: - pos: 29.5,-1.5 parent: 34 type: Transform + - uid: 3675 + components: + - pos: 10.5,-49.5 + parent: 34 + type: Transform + - uid: 3686 + components: + - pos: 11.5,-49.5 + parent: 34 + type: Transform - uid: 3695 components: - pos: 24.5,1.5 @@ -63993,11 +64766,6 @@ entities: - pos: 43.5,-32.5 parent: 34 type: Transform - - uid: 4023 - components: - - pos: 33.5,-4.5 - parent: 34 - type: Transform - uid: 4058 components: - pos: -9.5,-49.5 @@ -64113,119 +64881,59 @@ entities: - pos: 19.5,-37.5 parent: 34 type: Transform - - uid: 4498 - components: - - pos: 37.5,-4.5 - parent: 34 - type: Transform - uid: 4502 components: - pos: 37.5,-2.5 parent: 34 type: Transform - - uid: 4507 - components: - - pos: 34.5,-2.5 - parent: 34 - type: Transform - - uid: 4542 - components: - - pos: 43.5,-13.5 - parent: 34 - type: Transform - - uid: 4543 - components: - - pos: 43.5,-10.5 - parent: 34 - type: Transform - - uid: 4544 - components: - - pos: 43.5,-7.5 - parent: 34 - type: Transform - - uid: 4568 - components: - - pos: 38.5,-9.5 - parent: 34 - type: Transform - - uid: 4572 - components: - - pos: 38.5,-6.5 - parent: 34 - type: Transform - - uid: 4573 - components: - - pos: 38.5,-12.5 - parent: 34 - type: Transform - - uid: 4578 - components: - - pos: 39.5,-14.5 - parent: 34 - type: Transform - - uid: 4579 + - uid: 4530 components: - - pos: 40.5,-14.5 + - pos: -6.5,-54.5 parent: 34 type: Transform - - uid: 4580 + - uid: 4541 components: - - pos: 41.5,-14.5 + - pos: 46.5,-2.5 parent: 34 type: Transform - - uid: 4581 + - uid: 4575 components: - - pos: 42.5,-14.5 + - pos: 8.5,-51.5 parent: 34 type: Transform - - uid: 4606 + - uid: 4644 components: - - pos: 44.5,-2.5 + - pos: 51.5,-0.5 parent: 34 type: Transform - - uid: 4607 + - uid: 4646 components: - - pos: 44.5,-0.5 + - pos: 51.5,0.5 parent: 34 type: Transform - - uid: 4633 + - uid: 4664 components: - - pos: 44.5,-1.5 + - pos: 45.5,-5.5 parent: 34 type: Transform - - uid: 4639 + - uid: 4665 components: - pos: 42.5,-5.5 parent: 34 type: Transform - - uid: 4641 - components: - - pos: 39.5,-5.5 - parent: 34 - type: Transform - - uid: 4651 - components: - - pos: 49.5,0.5 - parent: 34 - type: Transform - - uid: 4662 - components: - - pos: 49.5,-0.5 - parent: 34 - type: Transform - - uid: 4663 + - uid: 4670 components: - - pos: 49.5,-2.5 + - pos: -6.5,-53.5 parent: 34 type: Transform - - uid: 4664 + - uid: 4688 components: - - pos: 49.5,-3.5 + - pos: 51.5,-3.5 parent: 34 type: Transform - - uid: 4666 + - uid: 4689 components: - - pos: 49.5,-1.5 + - pos: 51.5,-1.5 parent: 34 type: Transform - uid: 4691 @@ -64273,6 +64981,21 @@ entities: - pos: 37.5,7.5 parent: 34 type: Transform + - uid: 4766 + components: + - pos: 41.5,-12.5 + parent: 34 + type: Transform + - uid: 4870 + components: + - pos: 41.5,-9.5 + parent: 34 + type: Transform + - uid: 4874 + components: + - pos: -14.5,-38.5 + parent: 34 + type: Transform - uid: 5264 components: - pos: -2.5,-55.5 @@ -64553,6 +65276,41 @@ entities: - pos: 31.5,-4.5 parent: 34 type: Transform + - uid: 8837 + components: + - pos: 43.5,-14.5 + parent: 34 + type: Transform + - uid: 8907 + components: + - pos: -5.5,-55.5 + parent: 34 + type: Transform + - uid: 8932 + components: + - pos: 9.5,-54.5 + parent: 34 + type: Transform + - uid: 9105 + components: + - pos: 9.5,-52.5 + parent: 34 + type: Transform + - uid: 9138 + components: + - pos: 9.5,-53.5 + parent: 34 + type: Transform + - uid: 9463 + components: + - pos: 46.5,-0.5 + parent: 34 + type: Transform + - uid: 10015 + components: + - pos: 37.5,-4.5 + parent: 34 + type: Transform - uid: 10252 components: - pos: -58.5,-4.5 @@ -64568,6 +65326,11 @@ entities: - pos: -4.5,15.5 parent: 34 type: Transform + - uid: 10490 + components: + - pos: 46.5,-1.5 + parent: 34 + type: Transform - uid: 10628 components: - pos: -45.5,6.5 @@ -64608,6 +65371,11 @@ entities: - pos: 43.5,-36.5 parent: 34 type: Transform + - uid: 11039 + components: + - pos: -6.5,-52.5 + parent: 34 + type: Transform - uid: 11072 components: - pos: 43.5,-35.5 @@ -64663,6 +65431,11 @@ entities: - pos: -41.5,11.5 parent: 34 type: Transform + - uid: 11684 + components: + - pos: 51.5,-2.5 + parent: 34 + type: Transform - uid: 11765 components: - pos: 9.5,19.5 @@ -64723,6 +65496,11 @@ entities: - pos: -25.5,-43.5 parent: 34 type: Transform + - uid: 12188 + components: + - pos: 45.5,-14.5 + parent: 34 + type: Transform - uid: 12256 components: - pos: -60.5,-33.5 @@ -64738,6 +65516,16 @@ entities: - pos: -16.5,-43.5 parent: 34 type: Transform + - uid: 12353 + components: + - pos: 8.5,-55.5 + parent: 34 + type: Transform + - uid: 12356 + components: + - pos: -5.5,-51.5 + parent: 34 + type: Transform - uid: 12411 components: - pos: -18.5,-36.5 @@ -64753,14 +65541,19 @@ entities: - pos: -15.5,-39.5 parent: 34 type: Transform - - uid: 12463 + - uid: 12423 components: - - pos: -19.5,-38.5 + - pos: 46.5,-7.5 parent: 34 type: Transform - - uid: 12464 + - uid: 12460 components: - - pos: -19.5,-37.5 + - pos: 41.5,-6.5 + parent: 34 + type: Transform + - uid: 12462 + components: + - pos: 40.5,-2.5 parent: 34 type: Transform - uid: 12500 @@ -64808,44 +65601,14 @@ entities: - pos: -33.5,-51.5 parent: 34 type: Transform - - uid: 12772 + - uid: 12705 components: - - pos: -4.5,-52.5 + - pos: 40.5,-4.5 parent: 34 type: Transform - - uid: 12773 + - uid: 12709 components: - - pos: -4.5,-53.5 - parent: 34 - type: Transform - - uid: 12774 - components: - - pos: -4.5,-54.5 - parent: 34 - type: Transform - - uid: 12775 - components: - - pos: 7.5,-52.5 - parent: 34 - type: Transform - - uid: 12776 - components: - - pos: 7.5,-53.5 - parent: 34 - type: Transform - - uid: 12777 - components: - - pos: 7.5,-54.5 - parent: 34 - type: Transform - - uid: 12783 - components: - - pos: 12.5,-49.5 - parent: 34 - type: Transform - - uid: 12790 - components: - - pos: 11.5,-49.5 + - pos: 44.5,-14.5 parent: 34 type: Transform - proto: RemoteSignaller @@ -64909,11 +65672,6 @@ entities: - pos: -7.5,-33.5 parent: 34 type: Transform - - uid: 12423 - components: - - pos: -21.5,-40.5 - parent: 34 - type: Transform - proto: SalvageMagnet entities: - uid: 1063 @@ -64942,6 +65700,32 @@ entities: - pos: -42.5,-31.5 parent: 34 type: Transform +- proto: Screen + entities: + - uid: 4693 + components: + - rot: 3.141592653589793 rad + pos: 14.5,19.5 + parent: 34 + type: Transform + - uid: 8105 + components: + - rot: 3.141592653589793 rad + pos: -4.5,-50.5 + parent: 34 + type: Transform + - uid: 12185 + components: + - rot: 3.141592653589793 rad + pos: 4.5,19.5 + parent: 34 + type: Transform + - uid: 12937 + components: + - rot: 3.141592653589793 rad + pos: 7.5,-50.5 + parent: 34 + type: Transform - proto: Screwdriver entities: - uid: 5558 @@ -64972,6 +65756,78 @@ entities: - pos: -20.5,-8.5 parent: 34 type: Transform +- proto: ShardGlass + entities: + - uid: 12772 + components: + - pos: -21.936665,12.978247 + parent: 34 + type: Transform + - uid: 12773 + components: + - pos: -21.23354,11.650122 + parent: 34 + type: Transform + - uid: 12774 + components: + - pos: -22.155415,10.571997 + parent: 34 + type: Transform + - uid: 12775 + components: + - pos: -17.95229,12.650122 + parent: 34 + type: Transform + - uid: 12776 + components: + - pos: -16.811665,11.478247 + parent: 34 + type: Transform + - uid: 12777 + components: + - pos: -17.70229,10.368872 + parent: 34 + type: Transform + - uid: 12778 + components: + - pos: -17.73354,10.540747 + parent: 34 + type: Transform + - uid: 12779 + components: + - pos: -14.174653,13.212622 + parent: 34 + type: Transform + - uid: 12781 + components: + - pos: -13.549653,12.900122 + parent: 34 + type: Transform + - uid: 12783 + components: + - pos: -13.299653,11.556372 + parent: 34 + type: Transform + - uid: 12790 + components: + - pos: -29.486526,13.978247 + parent: 34 + type: Transform + - uid: 12836 + components: + - pos: -30.783401,12.759497 + parent: 34 + type: Transform + - uid: 12839 + components: + - pos: -29.142776,10.618872 + parent: 34 + type: Transform + - uid: 12840 + components: + - pos: -31.642776,14.040747 + parent: 34 + type: Transform - proto: SheetGlass entities: - uid: 2319 @@ -65284,7 +66140,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12351 components: @@ -65293,7 +66149,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12900 components: @@ -65352,7 +66208,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12947 components: @@ -65360,7 +66216,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12948 components: @@ -65368,25 +66224,7 @@ entities: parent: 34 type: Transform - links: - - 10138 - type: DeviceLinkSink - - uid: 12949 - components: - - rot: -1.5707963267948966 rad - pos: -19.5,-38.5 - parent: 34 - type: Transform - - links: - - 10138 - type: DeviceLinkSink - - uid: 12950 - components: - - rot: -1.5707963267948966 rad - pos: -19.5,-37.5 - parent: 34 - type: Transform - - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12951 components: @@ -65395,7 +66233,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - uid: 12952 components: @@ -65404,7 +66242,7 @@ entities: parent: 34 type: Transform - links: - - 10138 + - 7459 type: DeviceLinkSink - proto: ShuttersWindowOpen entities: @@ -65456,6 +66294,43 @@ entities: 1484: - Pressed: Toggle type: DeviceLinkSource +- proto: SignalButtonDirectional + entities: + - uid: 7459 + components: + - pos: -15.5,-36.5 + parent: 34 + type: Transform + - linkedPorts: + 12952: + - Pressed: Close + - Pressed: Open + - Pressed: Toggle + 12951: + - Pressed: Close + - Pressed: Open + - Pressed: Toggle + 12328: + - Pressed: Open + - Pressed: Close + - Pressed: Toggle + 12351: + - Pressed: Open + - Pressed: Close + - Pressed: Toggle + 12946: + - Pressed: Open + - Pressed: Close + - Pressed: Toggle + 12947: + - Pressed: Open + - Pressed: Close + - Pressed: Toggle + 12948: + - Pressed: Open + - Pressed: Close + - Pressed: Toggle + type: DeviceLinkSource - proto: SignalSwitch entities: - uid: 246 @@ -65668,39 +66543,44 @@ entities: - On: Close - Off: Open type: DeviceLinkSource - - uid: 10138 + - uid: 10011 components: - - pos: -15.5,-36.5 + - name: Janitorial service lights + type: MetaData + - rot: 3.141592653589793 rad + pos: 21.5,-11.5 parent: 34 type: Transform - linkedPorts: - 12328: - - On: Close - - Off: Open - 12351: - - On: Close - - Off: Open - 12946: - - On: Close - - Off: Open - 12947: - - On: Close - - Off: Open - 12948: - - On: Close - - Off: Open - 12952: - - On: Close - - Off: Open - 12951: - - On: Close - - Off: Open - 12950: - - On: Close - - Off: Open - 12949: - - On: Close - - Off: Open + 12927: + - On: On + - Off: Off + type: DeviceLinkSource + - uid: 10413 + components: + - name: Janitorial service lights + type: MetaData + - rot: -1.5707963267948966 rad + pos: -30.5,-19.5 + parent: 34 + type: Transform + - linkedPorts: + 12371: + - On: On + - Off: Off + type: DeviceLinkSource + - uid: 10572 + components: + - name: Janitorial service lights + type: MetaData + - rot: 3.141592653589793 rad + pos: -36.5,-28.5 + parent: 34 + type: Transform + - linkedPorts: + 10684: + - On: On + - Off: Off type: DeviceLinkSource - uid: 10766 components: @@ -65727,6 +66607,22 @@ entities: - On: Close - Off: Open type: DeviceLinkSource + - uid: 12928 + components: + - name: Janitorial service lights + type: MetaData + - rot: 1.5707963267948966 rad + pos: 1.5,-31.5 + parent: 34 + type: Transform + - linkedPorts: + 10010: + - On: On + - Off: Off + 10492: + - On: On + - Off: Off + type: DeviceLinkSource - proto: SignAnomaly entities: - uid: 963 @@ -66277,14 +67173,6 @@ entities: - pos: -2.5,-34.5 parent: 34 type: Transform -- proto: SignNosmoking - entities: - - uid: 11327 - components: - - rot: -1.5707963267948966 rad - pos: 34.5,-17.5 - parent: 34 - type: Transform - proto: SignRedOne entities: - uid: 11792 @@ -66409,6 +67297,15 @@ entities: pos: -5.5,7.5 parent: 34 type: Transform +- proto: SmartFridge + entities: + - uid: 401 + components: + - flags: SessionSpecific + type: MetaData + - pos: -13.5,-7.5 + parent: 34 + type: Transform - proto: SMESBasic entities: - uid: 1124 @@ -66495,6 +67392,18 @@ entities: pos: 22.5,12.5 parent: 34 type: Transform +- proto: SolarAssembly + entities: + - uid: 12841 + components: + - pos: -31.5,11.5 + parent: 34 + type: Transform + - uid: 12842 + components: + - pos: -29.5,14.5 + parent: 34 + type: Transform - proto: SolarPanel entities: - uid: 5447 @@ -66637,11 +67546,6 @@ entities: - pos: -22.5,10.5 parent: 34 type: Transform - - uid: 7074 - components: - - pos: -22.5,11.5 - parent: 34 - type: Transform - uid: 7075 components: - pos: -22.5,12.5 @@ -66657,31 +67561,16 @@ entities: - pos: -22.5,14.5 parent: 34 type: Transform - - uid: 7078 - components: - - pos: -20.5,10.5 - parent: 34 - type: Transform - uid: 7079 components: - pos: -20.5,11.5 parent: 34 type: Transform - - uid: 7080 - components: - - pos: -20.5,12.5 - parent: 34 - type: Transform - uid: 7081 components: - pos: -20.5,13.5 parent: 34 type: Transform - - uid: 7082 - components: - - pos: -20.5,14.5 - parent: 34 - type: Transform - uid: 7083 components: - pos: -18.5,14.5 @@ -66692,66 +67581,86 @@ entities: - pos: -18.5,13.5 parent: 34 type: Transform - - uid: 7085 + - uid: 7086 components: - - pos: -18.5,12.5 + - pos: -18.5,11.5 parent: 34 type: Transform - - uid: 7086 + - uid: 7089 components: - - pos: -18.5,11.5 + - pos: -16.5,11.5 parent: 34 type: Transform - - uid: 7087 + - uid: 7091 components: - - pos: -18.5,10.5 + - pos: -16.5,13.5 parent: 34 type: Transform - - uid: 7088 +- proto: SolarPanelBroken + entities: + - uid: 2241 + components: + - pos: -20.5,7.5 + parent: 34 + type: Transform + - uid: 4701 components: - pos: -16.5,10.5 parent: 34 type: Transform - - uid: 7089 + - uid: 5474 components: - - pos: -16.5,11.5 + - pos: 24.5,-53.5 parent: 34 type: Transform - - uid: 7090 + - uid: 5475 components: - - pos: -16.5,12.5 + - pos: 24.5,-54.5 parent: 34 type: Transform - - uid: 7091 + - uid: 5476 components: - - pos: -16.5,13.5 + - pos: 26.5,-54.5 parent: 34 type: Transform - - uid: 7092 + - uid: 10724 components: - pos: -16.5,14.5 parent: 34 type: Transform -- proto: SolarPanelBroken - entities: - - uid: 2241 + - uid: 10725 components: - - pos: -20.5,7.5 + - pos: -20.5,14.5 parent: 34 type: Transform - - uid: 5474 + - uid: 10726 components: - - pos: 24.5,-53.5 + - pos: -22.5,11.5 parent: 34 type: Transform - - uid: 5475 + - uid: 10734 components: - - pos: 24.5,-54.5 + - pos: -18.5,10.5 parent: 34 type: Transform - - uid: 5476 + - uid: 10914 components: - - pos: 26.5,-54.5 + - pos: -14.5,12.5 + parent: 34 + type: Transform + - uid: 12739 + components: + - pos: -12.5,14.5 + parent: 34 + type: Transform + - uid: 12770 + components: + - pos: -12.5,10.5 + parent: 34 + type: Transform + - uid: 12771 + components: + - pos: -14.5,14.5 parent: 34 type: Transform - proto: SolarTracker @@ -66946,33 +67855,18 @@ entities: pos: 3.5,-4.5 parent: 34 type: Transform -- proto: SpawnMobSecDogLaika - entities: - - uid: 12488 - components: - - pos: 29.5,-5.5 - parent: 34 - type: Transform - proto: SpawnMobShiva entities: - - uid: 6387 - components: - - rot: -1.5707963267948966 rad - pos: 32.5,-9.5 - parent: 34 - type: Transform -- proto: SpawnMobSlothPaperwork - entities: - - uid: 12396 + - uid: 4699 components: - - pos: -16.5,-38.5 + - pos: 27.5,-13.5 parent: 34 type: Transform - proto: SpawnMobSmile entities: - - uid: 11348 + - uid: 1846 components: - - pos: -24.5,-32.5 + - pos: -28.5,-34.5 parent: 34 type: Transform - proto: SpawnPointAssistant @@ -67532,34 +68426,39 @@ entities: type: Transform - proto: SpawnPointPrisoner entities: - - uid: 10489 + - uid: 4655 components: - - pos: 37.5,-6.5 + - pos: 40.5,-6.5 parent: 34 type: Transform - - uid: 10490 + - uid: 4663 components: - - pos: 36.5,-10.5 + - pos: 47.5,-7.5 parent: 34 type: Transform - - uid: 10491 + - uid: 4802 components: - - pos: 44.5,-9.5 + - pos: 36.5,0.5 parent: 34 type: Transform - - uid: 10492 + - uid: 8910 components: - - pos: 44.5,-7.5 + - pos: 40.5,-12.5 parent: 34 type: Transform - - uid: 10493 + - uid: 12079 components: - - pos: 44.5,-13.5 + - pos: 47.5,-13.5 parent: 34 type: Transform - - uid: 10494 + - uid: 12187 components: - - pos: 37.5,-12.5 + - pos: 39.5,-10.5 + parent: 34 + type: Transform + - uid: 12189 + components: + - pos: 47.5,-9.5 parent: 34 type: Transform - proto: SpawnPointQuartermaster @@ -67607,24 +68506,25 @@ entities: type: Transform - proto: SpawnPointSalvageSpecialist entities: - - uid: 12353 + - uid: 704 components: - - pos: -21.5,-33.5 + - rot: -1.5707963267948966 rad + pos: -17.5,-32.5 parent: 34 type: Transform - - uid: 12368 + - uid: 4771 components: - - pos: -20.5,-33.5 + - pos: -17.5,-34.5 parent: 34 type: Transform - - uid: 12381 + - uid: 4894 components: - - pos: -19.5,-33.5 + - pos: -14.5,-32.5 parent: 34 type: Transform - - uid: 12382 + - uid: 12515 components: - - pos: -18.5,-33.5 + - pos: -16.5,-32.5 parent: 34 type: Transform - proto: SpawnPointScientist @@ -67671,11 +68571,6 @@ entities: type: Transform - proto: SpawnPointSecurityCadet entities: - - uid: 10503 - components: - - pos: 26.5,-14.5 - parent: 34 - type: Transform - uid: 10504 components: - pos: 25.5,-13.5 @@ -67793,6 +68688,13 @@ entities: - pos: -9.5,-29.5 parent: 34 type: Transform +- proto: SpawnVehicleWheelchairFolded + entities: + - uid: 4795 + components: + - pos: 10.5,-29.5 + parent: 34 + type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 4204 @@ -67982,26 +68884,36 @@ entities: - pos: -30.5,-4.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1647 components: - pos: -47.5,-40.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1648 components: - pos: -48.5,-40.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1795 components: - pos: -40.5,-31.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1796 components: - pos: -40.5,-32.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: Stunbaton entities: - uid: 3722 @@ -68017,13 +68929,6 @@ entities: type: Transform - proto: SubstationBasic entities: - - uid: 1617 - components: - - name: Logistic's substation - type: MetaData - - pos: -21.5,-29.5 - parent: 34 - type: Transform - uid: 2236 components: - name: Dorm's substation @@ -68040,6 +68945,8 @@ entities: type: Transform - uid: 3053 components: + - name: Janitorial/bar's substation + type: MetaData - pos: 10.5,-19.5 parent: 34 type: Transform @@ -68057,11 +68964,11 @@ entities: - pos: 36.5,-29.5 parent: 34 type: Transform - - uid: 4954 + - uid: 4609 components: - - name: Lower security's substation + - name: Logistic's substation type: MetaData - - pos: 37.5,-15.5 + - pos: -22.5,-29.5 parent: 34 type: Transform - uid: 5580 @@ -68071,6 +68978,13 @@ entities: - pos: -23.5,3.5 parent: 34 type: Transform + - uid: 8938 + components: + - name: Lower security's substation + type: MetaData + - pos: 37.5,-19.5 + parent: 34 + type: Transform - uid: 9407 components: - name: Camera's substation @@ -68147,11 +69061,43 @@ entities: - pos: -31.5,-49.5 parent: 34 type: Transform +- proto: SuitStorageEVAAlternate + entities: + - uid: 1038 + components: + - pos: 8.5,-52.5 + parent: 34 + type: Transform + - uid: 1814 + components: + - pos: -5.5,-52.5 + parent: 34 + type: Transform + - uid: 6387 + components: + - pos: -5.5,-54.5 + parent: 34 + type: Transform + - uid: 10025 + components: + - pos: 8.5,-54.5 + parent: 34 + type: Transform + - uid: 11833 + components: + - pos: -5.5,-53.5 + parent: 34 + type: Transform + - uid: 12635 + components: + - pos: 8.5,-53.5 + parent: 34 + type: Transform - proto: SuitStorageHOS entities: - - uid: 9982 + - uid: 11631 components: - - pos: 34.5,-11.5 + - pos: 33.5,-11.5 parent: 34 type: Transform - proto: SuitStorageParamedic @@ -68793,156 +69739,157 @@ entities: type: SurveillanceCamera - proto: SurveillanceCameraSecurity entities: - - uid: 5941 + - uid: 4559 components: - rot: 1.5707963267948966 rad - pos: 19.5,-0.5 + pos: 45.5,-8.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Corpsman's office + id: Prison bedroom 3 type: SurveillanceCamera - - uid: 9020 + - uid: 4560 components: - - rot: 3.141592653589793 rad - pos: -10.5,5.5 + - rot: 1.5707963267948966 rad + pos: 45.5,-11.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Detective's office + id: Prison bedroom 4 type: SurveillanceCamera - - uid: 10716 + - uid: 4561 components: - - rot: 1.5707963267948966 rad - pos: 26.5,-15.5 + - rot: -1.5707963267948966 rad + pos: 42.5,-8.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: south + id: Prison bedroom 2 type: SurveillanceCamera - - uid: 10717 + - uid: 4562 components: - rot: -1.5707963267948966 rad - pos: 28.5,-18.5 + pos: 42.5,-11.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: interrogation + id: Prison bedroom 1 type: SurveillanceCamera - - uid: 10718 + - uid: 5941 components: - - rot: 3.141592653589793 rad - pos: 17.5,-3.5 + - rot: 1.5707963267948966 rad + pos: 19.5,-0.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: communal cell + id: Corpsman's office type: SurveillanceCamera - - uid: 10719 + - uid: 9020 components: - rot: 3.141592653589793 rad - pos: 29.5,4.5 + pos: -10.5,5.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: armory + id: Detective's office type: SurveillanceCamera - - uid: 10720 + - uid: 10716 components: - - rot: 3.141592653589793 rad - pos: 24.5,-2.5 + - rot: 1.5707963267948966 rad + pos: 26.5,-15.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: north + id: south type: SurveillanceCamera - - uid: 10721 + - uid: 10717 components: - - rot: 1.5707963267948966 rad - pos: 42.5,-11.5 + - rot: -1.5707963267948966 rad + pos: 28.5,-18.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma cells 4 + id: interrogation type: SurveillanceCamera - - uid: 10722 + - uid: 10718 components: - - rot: -1.5707963267948966 rad - pos: 39.5,-8.5 + - rot: 3.141592653589793 rad + pos: 17.5,-3.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma cells 1 + id: communal cell type: SurveillanceCamera - - uid: 10723 + - uid: 10719 components: - - rot: 1.5707963267948966 rad - pos: 42.5,-8.5 + - rot: 3.141592653589793 rad + pos: 29.5,4.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma cells 2 + id: armory type: SurveillanceCamera - - uid: 10724 + - uid: 10720 components: - - rot: -1.5707963267948966 rad - pos: 39.5,-11.5 + - rot: 3.141592653589793 rad + pos: 24.5,-2.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma cells 3 + id: north type: SurveillanceCamera - - uid: 10725 + - uid: 10727 components: - - pos: 43.5,-4.5 + - pos: 40.5,3.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma + id: perma chow type: SurveillanceCamera - - uid: 10726 + - uid: 12883 components: - - pos: 47.5,-4.5 + - rot: -1.5707963267948966 rad + pos: 47.5,-4.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma common + id: Breakroom prison type: SurveillanceCamera - - uid: 10727 + - uid: 12887 components: - - pos: 40.5,3.5 + - pos: 41.5,-4.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: perma chow + id: Main hall prison type: SurveillanceCamera - proto: SurveillanceCameraService entities: @@ -69019,16 +69966,16 @@ entities: nameSet: True id: Main room type: SurveillanceCamera - - uid: 9016 + - uid: 9987 components: - - rot: 3.141592653589793 rad - pos: -21.5,-32.5 + - rot: -1.5707963267948966 rad + pos: -18.5,-33.5 parent: 34 type: Transform - setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True - id: Salvage's break room + id: Salvage type: SurveillanceCamera - uid: 12398 components: @@ -69451,16 +70398,6 @@ entities: - pos: 18.5,-7.5 parent: 34 type: Transform - - uid: 4604 - components: - - pos: 47.5,-3.5 - parent: 34 - type: Transform - - uid: 4605 - components: - - pos: 46.5,-3.5 - parent: 34 - type: Transform - uid: 5035 components: - pos: 20.5,4.5 @@ -69471,18 +70408,23 @@ entities: - pos: 17.5,3.5 parent: 34 type: Transform + - uid: 9205 + components: + - pos: 48.5,-3.5 + parent: 34 + type: Transform - uid: 11523 components: - pos: -46.5,-27.5 parent: 34 type: Transform -- proto: TableCounterMetal - entities: - - uid: 731 + - uid: 12382 components: - - pos: 6.5,-3.5 + - pos: 49.5,-3.5 parent: 34 type: Transform +- proto: TableCounterMetal + entities: - uid: 732 components: - pos: 5.5,-3.5 @@ -69654,6 +70596,12 @@ entities: pos: 18.5,-1.5 parent: 34 type: Transform + - uid: 8157 + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 34 + type: Transform - uid: 10625 components: - pos: -8.5,7.5 @@ -69925,12 +70873,6 @@ entities: - pos: -8.5,-29.5 parent: 34 type: Transform - - uid: 12635 - components: - - rot: 3.141592653589793 rad - pos: -17.5,-37.5 - parent: 34 - type: Transform - uid: 12848 components: - rot: 3.141592653589793 rad @@ -70140,12 +71082,6 @@ entities: - pos: -10.5,5.5 parent: 34 type: Transform - - uid: 263 - components: - - rot: -1.5707963267948966 rad - pos: 33.5,-11.5 - parent: 34 - type: Transform - uid: 1309 components: - pos: 5.5,-35.5 @@ -70202,22 +71138,11 @@ entities: type: Transform - proto: TableWood entities: - - uid: 686 - components: - - rot: 1.5707963267948966 rad - pos: -26.5,-34.5 - parent: 34 - type: Transform - uid: 787 components: - pos: 8.5,-5.5 parent: 34 type: Transform - - uid: 1231 - components: - - pos: -26.5,-30.5 - parent: 34 - type: Transform - uid: 1552 components: - pos: -40.5,-17.5 @@ -70308,19 +71233,20 @@ entities: - pos: 24.5,-27.5 parent: 34 type: Transform - - uid: 4631 + - uid: 4329 components: - - pos: 46.5,-0.5 + - pos: 48.5,-9.5 parent: 34 type: Transform - - uid: 4697 + - uid: 4344 components: - - pos: 45.5,-9.5 + - pos: 39.5,-7.5 parent: 34 type: Transform - - uid: 4698 + - uid: 4801 components: - - pos: 36.5,-7.5 + - rot: -1.5707963267948966 rad + pos: 48.5,-0.5 parent: 34 type: Transform - uid: 8022 @@ -70333,11 +71259,21 @@ entities: - pos: -28.5,-23.5 parent: 34 type: Transform + - uid: 8942 + components: + - pos: 41.5,-18.5 + parent: 34 + type: Transform - uid: 10886 components: - pos: 25.5,-39.5 parent: 34 type: Transform + - uid: 11261 + components: + - pos: 35.5,-10.5 + parent: 34 + type: Transform - uid: 11703 components: - pos: -45.5,-14.5 @@ -70358,12 +71294,6 @@ entities: - pos: -7.5,11.5 parent: 34 type: Transform - - uid: 12891 - components: - - rot: 3.141592653589793 rad - pos: -25.5,-34.5 - parent: 34 - type: Transform - proto: TableWoodReinforced entities: - uid: 130 @@ -70793,6 +71723,8 @@ entities: - pos: -55.5,-29.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: TegCirculator entities: - uid: 6159 @@ -71094,8 +72026,7 @@ entities: type: Transform - uid: 12468 components: - - rot: -1.5707963267948966 rad - pos: 2.5,-41.5 + - pos: 2.5,-41.5 parent: 34 type: Transform - proto: ToiletEmpty @@ -71150,11 +72081,6 @@ entities: - pos: -35.40616,-11.695753 parent: 34 type: Transform - - uid: 2955 - components: - - pos: 35.42211,-3.1417718 - parent: 34 - type: Transform - uid: 10630 components: - pos: -54.650143,-13.716921 @@ -71227,6 +72153,13 @@ entities: - pos: -15.406212,4.3849206 parent: 34 type: Transform +- proto: TorsoSkeleton + entities: + - uid: 4659 + components: + - pos: 41.464695,-16.448792 + parent: 34 + type: Transform - proto: ToyAi entities: - uid: 2642 @@ -71550,18 +72483,16 @@ entities: - pos: -0.5,-3.5 parent: 34 type: Transform - - uid: 9425 + - uid: 4673 components: - - flags: SessionSpecific - type: MetaData - - pos: -51.5,-10.5 + - pos: 45.5,-4.5 parent: 34 type: Transform - - uid: 11245 + - uid: 9425 components: - flags: SessionSpecific type: MetaData - - pos: 39.5,-4.5 + - pos: -51.5,-10.5 parent: 34 type: Transform - uid: 12074 @@ -71663,11 +72594,9 @@ entities: type: Transform - proto: VendingMachineDiscount entities: - - uid: 11246 + - uid: 4851 components: - - flags: SessionSpecific - type: MetaData - - pos: 38.5,-4.5 + - pos: 44.5,1.5 parent: 34 type: Transform - proto: VendingMachineDonut @@ -71704,11 +72633,9 @@ entities: type: Transform - proto: VendingMachineGames entities: - - uid: 4685 + - uid: 4800 components: - - flags: SessionSpecific - type: MetaData - - pos: 45.5,-1.5 + - pos: 47.5,-1.5 parent: 34 type: Transform - uid: 5037 @@ -71866,15 +72793,6 @@ entities: - pos: 36.5,6.5 parent: 34 type: Transform -- proto: VendingMachineSmartFridge - entities: - - uid: 401 - components: - - flags: SessionSpecific - type: MetaData - - pos: -13.5,-7.5 - parent: 34 - type: Transform - proto: VendingMachineTankDispenserEngineering entities: - uid: 3278 @@ -71900,18 +72818,16 @@ entities: - pos: -35.5,-34.5 parent: 34 type: Transform - - uid: 4784 + - uid: 5603 components: - flags: SessionSpecific type: MetaData - - pos: 36.5,-4.5 + - pos: -20.5,5.5 parent: 34 type: Transform - - uid: 5603 + - uid: 10023 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,5.5 + - pos: 39.5,-4.5 parent: 34 type: Transform - proto: VendingMachineTheater @@ -72109,9 +73025,9 @@ entities: - pos: -17.5,5.5 parent: 34 type: Transform - - uid: 92 + - uid: 73 components: - - pos: -19.5,-31.5 + - pos: 35.5,-17.5 parent: 34 type: Transform - uid: 213 @@ -73009,6 +73925,11 @@ entities: - pos: -27.5,-28.5 parent: 34 type: Transform + - uid: 1053 + components: + - pos: 38.5,-5.5 + parent: 34 + type: Transform - uid: 1062 components: - pos: -28.5,-35.5 @@ -73049,11 +73970,6 @@ entities: - pos: -29.5,-41.5 parent: 34 type: Transform - - uid: 1142 - components: - - pos: -22.5,-33.5 - parent: 34 - type: Transform - uid: 1155 components: - pos: -23.5,-28.5 @@ -73729,6 +74645,11 @@ entities: - pos: 17.5,-2.5 parent: 34 type: Transform + - uid: 2218 + components: + - pos: 41.5,-5.5 + parent: 34 + type: Transform - uid: 2280 components: - pos: -51.5,-23.5 @@ -73744,9 +74665,14 @@ entities: - pos: -46.5,-15.5 parent: 34 type: Transform + - uid: 2342 + components: + - pos: 40.5,-5.5 + parent: 34 + type: Transform - uid: 2386 components: - - pos: -27.5,-34.5 + - pos: 39.5,-5.5 parent: 34 type: Transform - uid: 2404 @@ -73769,11 +74695,21 @@ entities: - pos: -49.5,-15.5 parent: 34 type: Transform + - uid: 2431 + components: + - pos: 41.5,-8.5 + parent: 34 + type: Transform - uid: 2433 components: - pos: -52.5,-15.5 parent: 34 type: Transform + - uid: 2434 + components: + - pos: 34.5,-4.5 + parent: 34 + type: Transform - uid: 2436 components: - pos: -51.5,-19.5 @@ -73804,9 +74740,24 @@ entities: - pos: -51.5,-22.5 parent: 34 type: Transform + - uid: 2517 + components: + - pos: 49.5,-7.5 + parent: 34 + type: Transform - uid: 2519 components: - - pos: 32.5,-15.5 + - pos: 49.5,-10.5 + parent: 34 + type: Transform + - uid: 2521 + components: + - pos: 49.5,-9.5 + parent: 34 + type: Transform + - uid: 2565 + components: + - pos: 47.5,-8.5 parent: 34 type: Transform - uid: 2572 @@ -73879,9 +74830,19 @@ entities: - pos: -52.5,-19.5 parent: 34 type: Transform - - uid: 2635 + - uid: 2614 components: - - pos: -21.5,-31.5 + - pos: 42.5,-14.5 + parent: 34 + type: Transform + - uid: 2631 + components: + - pos: 46.5,-14.5 + parent: 34 + type: Transform + - uid: 2648 + components: + - pos: 49.5,-8.5 parent: 34 type: Transform - uid: 2678 @@ -73944,9 +74905,14 @@ entities: - pos: 9.5,-35.5 parent: 34 type: Transform - - uid: 2986 + - uid: 2954 components: - - pos: -19.5,-30.5 + - pos: 41.5,-20.5 + parent: 34 + type: Transform + - uid: 2955 + components: + - pos: 42.5,-20.5 parent: 34 type: Transform - uid: 3038 @@ -74004,6 +74970,11 @@ entities: - pos: -19.5,-43.5 parent: 34 type: Transform + - uid: 3254 + components: + - pos: 49.5,-6.5 + parent: 34 + type: Transform - uid: 3266 components: - pos: -35.5,-47.5 @@ -74029,6 +75000,11 @@ entities: - pos: -30.5,-41.5 parent: 34 type: Transform + - uid: 3280 + components: + - pos: 48.5,-8.5 + parent: 34 + type: Transform - uid: 3296 components: - pos: -17.5,-31.5 @@ -74349,6 +75325,11 @@ entities: - pos: 31.5,-8.5 parent: 34 type: Transform + - uid: 3601 + components: + - pos: -19.5,-38.5 + parent: 34 + type: Transform - uid: 3647 components: - pos: 23.5,6.5 @@ -74524,6 +75505,11 @@ entities: - pos: 10.5,-20.5 parent: 34 type: Transform + - uid: 3846 + components: + - pos: -21.5,-30.5 + parent: 34 + type: Transform - uid: 3848 components: - pos: -15.5,-31.5 @@ -74531,7 +75517,7 @@ entities: type: Transform - uid: 3863 components: - - pos: -20.5,-31.5 + - pos: -19.5,-33.5 parent: 34 type: Transform - uid: 3881 @@ -74609,9 +75595,9 @@ entities: - pos: -6.5,-49.5 parent: 34 type: Transform - - uid: 3980 + - uid: 3981 components: - - pos: 32.5,-12.5 + - pos: -19.5,-35.5 parent: 34 type: Transform - uid: 3985 @@ -74784,11 +75770,6 @@ entities: - pos: 31.5,-16.5 parent: 34 type: Transform - - uid: 4153 - components: - - pos: 34.5,-17.5 - parent: 34 - type: Transform - uid: 4154 components: - pos: 38.5,-15.5 @@ -74939,11 +75920,6 @@ entities: - pos: 42.5,-37.5 parent: 34 type: Transform - - uid: 4342 - components: - - pos: -22.5,-34.5 - parent: 34 - type: Transform - uid: 4345 components: - pos: 42.5,-30.5 @@ -75026,7 +76002,7 @@ entities: type: Transform - uid: 4419 components: - - pos: 36.5,-5.5 + - pos: -19.5,-37.5 parent: 34 type: Transform - uid: 4421 @@ -75069,11 +76045,6 @@ entities: - pos: 33.5,-12.5 parent: 34 type: Transform - - uid: 4438 - components: - - pos: -22.5,-29.5 - parent: 34 - type: Transform - uid: 4446 components: - pos: -18.5,-28.5 @@ -75169,36 +76140,6 @@ entities: - pos: 35.5,-7.5 parent: 34 type: Transform - - uid: 4509 - components: - - pos: 35.5,-8.5 - parent: 34 - type: Transform - - uid: 4510 - components: - - pos: 35.5,-9.5 - parent: 34 - type: Transform - - uid: 4511 - components: - - pos: 35.5,-10.5 - parent: 34 - type: Transform - - uid: 4512 - components: - - pos: 35.5,-11.5 - parent: 34 - type: Transform - - uid: 4513 - components: - - pos: 35.5,-12.5 - parent: 34 - type: Transform - - uid: 4514 - components: - - pos: 35.5,-13.5 - parent: 34 - type: Transform - uid: 4515 components: - pos: -28.5,-40.5 @@ -75239,174 +76180,29 @@ entities: - pos: 35.5,6.5 parent: 34 type: Transform - - uid: 4528 - components: - - pos: 38.5,-5.5 - parent: 34 - type: Transform - - uid: 4529 - components: - - pos: 36.5,-8.5 - parent: 34 - type: Transform - - uid: 4530 - components: - - pos: 37.5,-8.5 - parent: 34 - type: Transform - - uid: 4531 - components: - - pos: 38.5,-8.5 - parent: 34 - type: Transform - - uid: 4532 - components: - - pos: 36.5,-11.5 - parent: 34 - type: Transform - - uid: 4533 - components: - - pos: 37.5,-11.5 - parent: 34 - type: Transform - uid: 4534 components: - pos: 38.5,-11.5 parent: 34 type: Transform - - uid: 4535 - components: - - pos: 35.5,-14.5 - parent: 34 - type: Transform - - uid: 4536 - components: - - pos: 36.5,-14.5 - parent: 34 - type: Transform - - uid: 4537 - components: - - pos: 37.5,-14.5 - parent: 34 - type: Transform - uid: 4538 components: - pos: 38.5,-14.5 parent: 34 type: Transform - - uid: 4545 - components: - - pos: 39.5,-1.5 - parent: 34 - type: Transform - uid: 4546 components: - pos: 46.5,-5.5 parent: 34 type: Transform - - uid: 4547 - components: - - pos: 46.5,-6.5 - parent: 34 - type: Transform - - uid: 4548 - components: - - pos: 46.5,-7.5 - parent: 34 - type: Transform - - uid: 4549 - components: - - pos: 46.5,-8.5 - parent: 34 - type: Transform - - uid: 4550 - components: - - pos: 46.5,-9.5 - parent: 34 - type: Transform - - uid: 4551 - components: - - pos: 46.5,-10.5 - parent: 34 - type: Transform - - uid: 4552 - components: - - pos: 46.5,-11.5 - parent: 34 - type: Transform - - uid: 4553 - components: - - pos: 46.5,-12.5 - parent: 34 - type: Transform - - uid: 4554 - components: - - pos: 46.5,-13.5 - parent: 34 - type: Transform - - uid: 4555 - components: - - pos: 46.5,-14.5 - parent: 34 - type: Transform - - uid: 4556 - components: - - pos: 45.5,-14.5 - parent: 34 - type: Transform - - uid: 4557 - components: - - pos: 44.5,-14.5 - parent: 34 - type: Transform - - uid: 4558 - components: - - pos: 43.5,-14.5 - parent: 34 - type: Transform - - uid: 4559 - components: - - pos: 45.5,-11.5 - parent: 34 - type: Transform - - uid: 4560 - components: - - pos: 44.5,-11.5 - parent: 34 - type: Transform - - uid: 4561 - components: - - pos: 43.5,-11.5 - parent: 34 - type: Transform - - uid: 4562 - components: - - pos: 45.5,-8.5 - parent: 34 - type: Transform - - uid: 4563 - components: - - pos: 44.5,-8.5 - parent: 34 - type: Transform - - uid: 4564 - components: - - pos: 43.5,-8.5 - parent: 34 - type: Transform - - uid: 4565 - components: - - pos: 45.5,-5.5 - parent: 34 - type: Transform - uid: 4566 components: - - pos: 44.5,-5.5 + - pos: -22.5,-38.5 parent: 34 type: Transform - - uid: 4567 + - uid: 4573 components: - - pos: 43.5,-5.5 + - pos: -20.5,-38.5 parent: 34 type: Transform - uid: 4582 @@ -75459,6 +76255,11 @@ entities: - pos: 48.5,-5.5 parent: 34 type: Transform + - uid: 4604 + components: + - pos: -22.5,-30.5 + parent: 34 + type: Transform - uid: 4611 components: - pos: 48.5,2.5 @@ -75524,19 +76325,44 @@ entities: - pos: 34.5,7.5 parent: 34 type: Transform + - uid: 4638 + components: + - pos: 34.5,-11.5 + parent: 34 + type: Transform + - uid: 4639 + components: + - pos: 34.5,-10.5 + parent: 34 + type: Transform + - uid: 4640 + components: + - pos: 51.5,-4.5 + parent: 34 + type: Transform + - uid: 4641 + components: + - pos: 50.5,2.5 + parent: 34 + type: Transform + - uid: 4643 + components: + - pos: 51.5,1.5 + parent: 34 + type: Transform - uid: 4645 components: - pos: 49.5,2.5 parent: 34 type: Transform - - uid: 4646 + - uid: 4647 components: - - pos: 49.5,1.5 + - pos: 51.5,2.5 parent: 34 type: Transform - - uid: 4652 + - uid: 4649 components: - - pos: 49.5,-4.5 + - pos: 38.5,-19.5 parent: 34 type: Transform - uid: 4653 @@ -75544,6 +76370,41 @@ entities: - pos: 49.5,-5.5 parent: 34 type: Transform + - uid: 4751 + components: + - pos: -18.5,-32.5 + parent: 34 + type: Transform + - uid: 4754 + components: + - pos: 46.5,-4.5 + parent: 34 + type: Transform + - uid: 4765 + components: + - pos: 46.5,-11.5 + parent: 34 + type: Transform + - uid: 4861 + components: + - pos: 32.5,-12.5 + parent: 34 + type: Transform + - uid: 4862 + components: + - pos: 40.5,-20.5 + parent: 34 + type: Transform + - uid: 4863 + components: + - pos: 37.5,-17.5 + parent: 34 + type: Transform + - uid: 4871 + components: + - pos: 42.5,-15.5 + parent: 34 + type: Transform - uid: 4877 components: - pos: 29.5,-20.5 @@ -75574,11 +76435,6 @@ entities: - pos: 34.5,-19.5 parent: 34 type: Transform - - uid: 4948 - components: - - pos: 38.5,-16.5 - parent: 34 - type: Transform - uid: 4949 components: - pos: 38.5,-17.5 @@ -75589,19 +76445,9 @@ entities: - pos: 38.5,-18.5 parent: 34 type: Transform - - uid: 4951 - components: - - pos: 37.5,-18.5 - parent: 34 - type: Transform - - uid: 4952 - components: - - pos: 36.5,-18.5 - parent: 34 - type: Transform - - uid: 4953 + - uid: 4958 components: - - pos: 35.5,-18.5 + - pos: 32.5,-15.5 parent: 34 type: Transform - uid: 4959 @@ -75709,11 +76555,6 @@ entities: - pos: 36.5,-20.5 parent: 34 type: Transform - - uid: 5011 - components: - - pos: 36.5,-19.5 - parent: 34 - type: Transform - uid: 5012 components: - pos: 37.5,-20.5 @@ -76374,6 +77215,11 @@ entities: - pos: -16.5,-36.5 parent: 34 type: Transform + - uid: 6687 + components: + - pos: -15.5,-36.5 + parent: 34 + type: Transform - uid: 6695 components: - pos: 12.5,-46.5 @@ -76384,11 +77230,51 @@ entities: - pos: 15.5,-45.5 parent: 34 type: Transform + - uid: 7030 + components: + - pos: 49.5,-14.5 + parent: 34 + type: Transform + - uid: 7046 + components: + - pos: 49.5,-12.5 + parent: 34 + type: Transform + - uid: 7047 + components: + - pos: 40.5,-11.5 + parent: 34 + type: Transform - uid: 7048 components: - pos: 11.5,-46.5 parent: 34 type: Transform + - uid: 7055 + components: + - pos: 40.5,-14.5 + parent: 34 + type: Transform + - uid: 7074 + components: + - pos: 39.5,-8.5 + parent: 34 + type: Transform + - uid: 7078 + components: + - pos: 46.5,-8.5 + parent: 34 + type: Transform + - uid: 7080 + components: + - pos: 46.5,1.5 + parent: 34 + type: Transform + - uid: 7090 + components: + - pos: 47.5,-11.5 + parent: 34 + type: Transform - uid: 7412 components: - pos: -10.5,9.5 @@ -76399,6 +77285,11 @@ entities: - pos: -49.5,-31.5 parent: 34 type: Transform + - uid: 7418 + components: + - pos: 9.5,-51.5 + parent: 34 + type: Transform - uid: 7428 components: - pos: 19.5,-46.5 @@ -76429,6 +77320,11 @@ entities: - pos: 15.5,19.5 parent: 34 type: Transform + - uid: 7703 + components: + - pos: 9.5,-55.5 + parent: 34 + type: Transform - uid: 7705 components: - pos: -31.5,-44.5 @@ -76449,6 +77345,11 @@ entities: - pos: -0.5,-44.5 parent: 34 type: Transform + - uid: 7780 + components: + - pos: -6.5,-55.5 + parent: 34 + type: Transform - uid: 7803 components: - pos: -43.5,10.5 @@ -76524,6 +77425,51 @@ entities: - pos: -47.5,-23.5 parent: 34 type: Transform + - uid: 8891 + components: + - pos: 34.5,-14.5 + parent: 34 + type: Transform + - uid: 8903 + components: + - pos: 39.5,-1.5 + parent: 34 + type: Transform + - uid: 8916 + components: + - pos: 50.5,-5.5 + parent: 34 + type: Transform + - uid: 8917 + components: + - pos: 48.5,-11.5 + parent: 34 + type: Transform + - uid: 8918 + components: + - pos: 42.5,-17.5 + parent: 34 + type: Transform + - uid: 8925 + components: + - pos: 34.5,-9.5 + parent: 34 + type: Transform + - uid: 8926 + components: + - pos: 34.5,-13.5 + parent: 34 + type: Transform + - uid: 8928 + components: + - pos: -19.5,-32.5 + parent: 34 + type: Transform + - uid: 8933 + components: + - pos: 35.5,-8.5 + parent: 34 + type: Transform - uid: 8970 components: - pos: -2.5,-44.5 @@ -76549,6 +77495,26 @@ entities: - pos: -10.5,8.5 parent: 34 type: Transform + - uid: 10005 + components: + - pos: 38.5,-1.5 + parent: 34 + type: Transform + - uid: 10138 + components: + - pos: 48.5,-14.5 + parent: 34 + type: Transform + - uid: 10219 + components: + - pos: 49.5,-13.5 + parent: 34 + type: Transform + - uid: 10221 + components: + - pos: 41.5,-11.5 + parent: 34 + type: Transform - uid: 10261 components: - pos: 43.5,-37.5 @@ -76564,6 +77530,11 @@ entities: - pos: 43.5,-30.5 parent: 34 type: Transform + - uid: 10345 + components: + - pos: 39.5,-11.5 + parent: 34 + type: Transform - uid: 10380 components: - pos: -41.5,-23.5 @@ -76586,7 +77557,7 @@ entities: type: Transform - uid: 10459 components: - - pos: 35.5,-15.5 + - pos: 40.5,-8.5 parent: 34 type: Transform - uid: 10462 @@ -76629,14 +77600,14 @@ entities: - pos: -24.5,-28.5 parent: 34 type: Transform - - uid: 10550 + - uid: 10561 components: - - pos: -46.5,-23.5 + - pos: -31.5,-42.5 parent: 34 type: Transform - - uid: 10561 + - uid: 10609 components: - - pos: -31.5,-42.5 + - pos: -6.5,-51.5 parent: 34 type: Transform - uid: 10623 @@ -76709,11 +77680,6 @@ entities: - pos: -22.5,-43.5 parent: 34 type: Transform - - uid: 11039 - components: - - pos: -22.5,-30.5 - parent: 34 - type: Transform - uid: 11103 components: - pos: 18.5,11.5 @@ -76874,6 +77840,17 @@ entities: - pos: 29.5,10.5 parent: 34 type: Transform + - uid: 11317 + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-23.5 + parent: 34 + type: Transform + - uid: 11372 + components: + - pos: 42.5,-16.5 + parent: 34 + type: Transform - uid: 11383 components: - pos: 0.5,12.5 @@ -76886,7 +77863,7 @@ entities: type: Transform - uid: 11442 components: - - pos: -23.5,-34.5 + - pos: 42.5,-18.5 parent: 34 type: Transform - uid: 11494 @@ -76964,14 +77941,9 @@ entities: - pos: 3.5,15.5 parent: 34 type: Transform - - uid: 11838 - components: - - pos: -22.5,-32.5 - parent: 34 - type: Transform - - uid: 11841 + - uid: 11878 components: - - pos: -22.5,-31.5 + - pos: 51.5,-5.5 parent: 34 type: Transform - uid: 11907 @@ -77004,11 +77976,6 @@ entities: - pos: -13.5,-31.5 parent: 34 type: Transform - - uid: 12079 - components: - - pos: -15.5,-36.5 - parent: 34 - type: Transform - uid: 12101 components: - pos: -53.5,-15.5 @@ -77084,11 +78051,6 @@ entities: - pos: -41.5,-15.5 parent: 34 type: Transform - - uid: 12356 - components: - - pos: -22.5,-38.5 - parent: 34 - type: Transform - uid: 12363 components: - pos: -44.5,-14.5 @@ -77109,11 +78071,61 @@ entities: - pos: -10.5,10.5 parent: 34 type: Transform + - uid: 12387 + components: + - pos: 38.5,-6.5 + parent: 34 + type: Transform + - uid: 12388 + components: + - pos: 38.5,-7.5 + parent: 34 + type: Transform + - uid: 12389 + components: + - pos: 38.5,-8.5 + parent: 34 + type: Transform + - uid: 12396 + components: + - pos: 38.5,-9.5 + parent: 34 + type: Transform + - uid: 12397 + components: + - pos: 38.5,-10.5 + parent: 34 + type: Transform + - uid: 12401 + components: + - pos: 38.5,-12.5 + parent: 34 + type: Transform + - uid: 12402 + components: + - pos: 38.5,-13.5 + parent: 34 + type: Transform + - uid: 12415 + components: + - pos: 42.5,-19.5 + parent: 34 + type: Transform - uid: 12441 components: - pos: -19.5,-39.5 parent: 34 type: Transform + - uid: 12463 + components: + - pos: 39.5,-20.5 + parent: 34 + type: Transform + - uid: 12464 + components: + - pos: 34.5,-17.5 + parent: 34 + type: Transform - uid: 12523 components: - pos: -54.5,-37.5 @@ -77219,11 +78231,31 @@ entities: - pos: -54.5,-43.5 parent: 34 type: Transform + - uid: 12636 + components: + - pos: 49.5,-11.5 + parent: 34 + type: Transform - uid: 12638 components: - pos: -49.5,-32.5 parent: 34 type: Transform + - uid: 12701 + components: + - pos: 47.5,-14.5 + parent: 34 + type: Transform + - uid: 12702 + components: + - pos: 41.5,-14.5 + parent: 34 + type: Transform + - uid: 12703 + components: + - pos: 39.5,-14.5 + parent: 34 + type: Transform - uid: 12780 components: - pos: 34.5,-8.5 @@ -77271,11 +78303,6 @@ entities: - pos: 5.5,-2.5 parent: 34 type: Transform - - uid: 272 - components: - - pos: 6.5,-2.5 - parent: 34 - type: Transform - uid: 273 components: - pos: 7.5,-2.5 @@ -78668,8 +79695,7 @@ entities: type: Transform - uid: 3997 components: - - rot: -1.5707963267948966 rad - pos: 2.5,-42.5 + - pos: 2.5,-42.5 parent: 34 type: Transform - uid: 4000 @@ -78782,14 +79808,9 @@ entities: - pos: 44.5,2.5 parent: 34 type: Transform - - uid: 4643 - components: - - pos: 44.5,1.5 - parent: 34 - type: Transform - - uid: 4644 + - uid: 4867 components: - - pos: 44.5,-4.5 + - pos: 32.5,-20.5 parent: 34 type: Transform - uid: 4880 @@ -78862,11 +79883,6 @@ entities: - pos: 15.5,6.5 parent: 34 type: Transform - - uid: 5024 - components: - - pos: 32.5,-20.5 - parent: 34 - type: Transform - uid: 5402 components: - pos: 34.5,-45.5 @@ -79002,6 +80018,12 @@ entities: - pos: -52.5,-10.5 parent: 34 type: Transform + - uid: 10009 + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 34 + type: Transform - uid: 10370 components: - pos: 2.5,9.5 @@ -79022,11 +80044,6 @@ entities: - pos: 7.5,-38.5 parent: 34 type: Transform - - uid: 10572 - components: - - pos: 6.5,-1.5 - parent: 34 - type: Transform - uid: 10593 components: - pos: 24.5,-8.5 @@ -79127,6 +80144,12 @@ entities: - pos: 2.5,-38.5 parent: 34 type: Transform + - uid: 12935 + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 34 + type: Transform - proto: WallSolidRust entities: - uid: 3462 @@ -79532,14 +80555,14 @@ entities: - pos: 7.5,6.5 parent: 34 type: Transform - - uid: 12261 + - uid: 12531 components: - - pos: -19.5,-35.5 + - pos: -47.5,-24.5 parent: 34 type: Transform - - uid: 12531 + - uid: 12545 components: - - pos: -47.5,-24.5 + - pos: -7.5,-31.5 parent: 34 type: Transform - proto: WaterTankFull @@ -79568,6 +80591,8 @@ entities: - pos: -52.5,-30.5 parent: 34 type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: WeaponCapacitorRecharger entities: - uid: 3598 @@ -79626,6 +80651,13 @@ entities: - pos: 29.57278,4.3827605 parent: 34 type: Transform +- proto: WeaponRifleBB + entities: + - uid: 12483 + components: + - pos: 41.015553,-16.55187 + parent: 34 + type: Transform - proto: WeaponRifleLecter entities: - uid: 3738 @@ -79652,21 +80684,8 @@ entities: - pos: 29.502901,3.3911757 parent: 34 type: Transform -- proto: WeaponSubMachineGunWt550 - entities: - - uid: 1890 - components: - - rot: -1.5707963267948966 rad - pos: 33.68402,-11.4360485 - parent: 34 - type: Transform - proto: WeldingFuelTankFull entities: - - uid: 4156 - components: - - pos: 37.5,-17.5 - parent: 34 - type: Transform - uid: 5566 components: - pos: -13.5,2.5 @@ -79837,12 +80856,48 @@ entities: type: Transform - proto: WindoorSecureCommandLocked entities: + - uid: 1353 + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-54.5 + parent: 34 + type: Transform + - uid: 1810 + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-52.5 + parent: 34 + type: Transform + - uid: 1891 + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 34 + type: Transform + - uid: 7029 + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-53.5 + parent: 34 + type: Transform + - uid: 11057 + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-52.5 + parent: 34 + type: Transform - uid: 11809 components: - rot: -1.5707963267948966 rad pos: 51.5,-23.5 parent: 34 type: Transform + - uid: 12345 + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-54.5 + parent: 34 + type: Transform - proto: WindoorSecureEngineeringLocked entities: - uid: 2308 @@ -80263,6 +81318,12 @@ entities: - pos: 7.5,4.5 parent: 34 type: Transform + - uid: 4545 + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 34 + type: Transform - uid: 5003 components: - pos: 15.5,5.5 @@ -80303,11 +81364,6 @@ entities: - pos: 6.5,1.5 parent: 34 type: Transform - - uid: 10413 - components: - - pos: 6.5,-0.5 - parent: 34 - type: Transform - uid: 10940 components: - pos: -6.5,12.5 @@ -80380,22 +81436,10 @@ entities: - pos: -16.5,6.5 parent: 34 type: Transform - - uid: 2214 - components: - - rot: 3.141592653589793 rad - pos: 40.5,-15.5 - parent: 34 - type: Transform - - uid: 2217 - components: - - rot: 3.141592653589793 rad - pos: 39.5,-15.5 - parent: 34 - type: Transform - - uid: 2218 + - uid: 461 components: - rot: 3.141592653589793 rad - pos: 41.5,-15.5 + pos: 43.5,-15.5 parent: 34 type: Transform - uid: 3484 @@ -80479,40 +81523,34 @@ entities: pos: 2.5,-54.5 parent: 34 type: Transform - - uid: 7780 + - uid: 4563 components: - rot: 3.141592653589793 rad - pos: 42.5,-15.5 + pos: 44.5,-15.5 parent: 34 type: Transform - - uid: 11057 - components: - - rot: -1.5707963267948966 rad - pos: 50.5,-3.5 - parent: 34 - type: Transform - - uid: 11058 + - uid: 4661 components: - - rot: -1.5707963267948966 rad - pos: 50.5,-2.5 + - rot: 3.141592653589793 rad + pos: 45.5,-15.5 parent: 34 type: Transform - - uid: 11059 + - uid: 4698 components: - rot: -1.5707963267948966 rad - pos: 50.5,-1.5 + pos: 52.5,-2.5 parent: 34 type: Transform - - uid: 11060 + - uid: 8073 components: - rot: -1.5707963267948966 rad - pos: 50.5,-0.5 + pos: 52.5,-1.5 parent: 34 type: Transform - - uid: 11061 + - uid: 9104 components: - rot: -1.5707963267948966 rad - pos: 50.5,0.5 + pos: 52.5,0.5 parent: 34 type: Transform - uid: 11062 @@ -80552,6 +81590,18 @@ entities: - pos: 37.5,8.5 parent: 34 type: Transform + - uid: 11581 + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-0.5 + parent: 34 + type: Transform + - uid: 11591 + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-3.5 + parent: 34 + type: Transform - uid: 12237 components: - pos: -15.5,6.5 @@ -80603,11 +81653,6 @@ entities: type: Transform - proto: Wrench entities: - - uid: 4344 - components: - - pos: -20.369755,-30.58304 - parent: 34 - type: Transform - uid: 12447 components: - pos: 1.6133218,-43.478226 diff --git a/Resources/Prototypes/DeltaV/Access/mics.yml b/Resources/Prototypes/DeltaV/Access/mics.yml new file mode 100644 index 00000000000..dc2930e7387 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Access/mics.yml @@ -0,0 +1,44 @@ +- type: accessGroup + id: AllAccessBorg + tags: +# - EmergencyShuttleRepealAll +# - Captain +# - HeadOfPersonnel +# - ChiefEngineer +# - ChiefMedicalOfficer +# - HeadOfSecurity +# - ResearchDirector + - Command + - Security + - Detective +# - Armory + - Lawyer + - Engineering + - Medical +# - Quartermaster + - Salvage + - Cargo + - Research + - Service + - Maintenance + - External + - Janitor + - Theatre + - Bar + - Chemistry + - Kitchen + - Chapel + - Hydroponics + - Atmospherics + - Mail +# - Orders + - Mantis + - Paramedic + - Psychologist + - Boxer + - Clown + - Library + - Mime + - Musician + - Reporter + - Zookeeper diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 2094d8338a9..a8b46afe986 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -216,7 +216,7 @@ - type: Access enabled: false groups: - - AllAccess + - AllAccessBorg - type: Lock locked: true - type: ActivatableUIRequiresLock diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/shock_collar.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/shock_collar.yml index 396db81819d..35cdcae6589 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/shock_collar.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/shock_collar.yml @@ -2,13 +2,15 @@ parent: ClothingNeckBase id: ShockCollar name: shock collar - description: Shocking. Placeholder sprite. + description: Shocking. # DeltaV: sprite is fine components: - type: Sprite sprite: Nyanotrasen/Clothing/Neck/Misc/shock.rsi - type: Clothing sprite: Nyanotrasen/Clothing/Neck/Misc/shock.rsi - type: ShockCollar + - type: UseDelay + delay: 3 # DeltaV: prevent clocks instakilling people - type: TriggerOnSignal - type: DeviceNetwork deviceNetId: Wireless